diff options
| author | wjames5 <will@tekimaki.com> | 2010-03-13 20:09:01 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-03-13 20:09:01 +0000 |
| commit | 3b7fe2f63338f4a616f17de84c7859e538fd55c8 (patch) | |
| tree | 1d6b5b6b2f778e925a8a85339d69667b4e3f2c24 /templates/edit_user_fav_json.tpl | |
| parent | b6a40cbcbc284db5afac88f76f773b99b5c24a00 (diff) | |
| download | users-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.tpl | 13 |
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} |
