summaryrefslogtreecommitdiff
path: root/templates/edit_user_fav_json.tpl
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-03-13 20:09:01 +0000
committerwjames5 <will@tekimaki.com>2010-03-13 20:09:01 +0000
commit3b7fe2f63338f4a616f17de84c7859e538fd55c8 (patch)
tree1d6b5b6b2f778e925a8a85339d69667b4e3f2c24 /templates/edit_user_fav_json.tpl
parentb6a40cbcbc284db5afac88f76f773b99b5c24a00 (diff)
downloadusers-3b7fe2f63338f4a616f17de84c7859e538fd55c8.tar.gz
users-3b7fe2f63338f4a616f17de84c7859e538fd55c8.tar.bz2
users-3b7fe2f63338f4a616f17de84c7859e538fd55c8.zip
add user fav ajax service for easy bookmarking any content
Diffstat (limited to 'templates/edit_user_fav_json.tpl')
-rw-r--r--templates/edit_user_fav_json.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/edit_user_fav_json.tpl b/templates/edit_user_fav_json.tpl
new file mode 100644
index 0000000..e6621ae
--- /dev/null
+++ b/templates/edit_user_fav_json.tpl
@@ -0,0 +1,13 @@
+{ldelim}
+ "Status": {ldelim}
+ "code": {$statusCode},
+ "request": "setbookmark",
+ "message": "{$msg}"
+{if !$error}
+ {rdelim},
+ "Result": {ldelim}
+ "content_id": {$contentId},
+ "bookmark_state": {$bookmarkState}
+{/if}
+ {rdelim}
+{rdelim}