diff options
author | Golnaz Nilieh <g382nilieh@gmail.com> | 2011-09-13 15:38:11 +0430 |
---|---|---|
committer | Golnaz Nilieh <g382nilieh@gmail.com> | 2011-09-13 15:40:09 +0430 |
commit | 67addb488244621e3d118f2ee1d0165ba95b95ba (patch) | |
tree | b0e64bef5d904f17733248783d3f22a08943baf4 /apps/bookmarks/templates | |
parent | 9a5530a48fa2fcbf978cbaaf9524713c425b93ea (diff) | |
download | nextcloud-server-67addb488244621e3d118f2ee1d0165ba95b95ba.tar.gz nextcloud-server-67addb488244621e3d118f2ee1d0165ba95b95ba.zip |
Add support of editing bookmarks.
Diffstat (limited to 'apps/bookmarks/templates')
-rw-r--r-- | apps/bookmarks/templates/list.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/bookmarks/templates/list.php b/apps/bookmarks/templates/list.php index d4215e82ddb..2aa5093c82b 100644 --- a/apps/bookmarks/templates/list.php +++ b/apps/bookmarks/templates/list.php @@ -5,6 +5,7 @@ <a class="bookmarks_addBml" href="javascript:var url = encodeURIComponent(location.href);window.open('<?php echo OC_Helper::linkTo('bookmarks', 'addBm.php', null, true); ?>?url='+url, 'owncloud-bookmarks');" title="Drag this to your browser bookmarks and click it, when you want to bookmark a webpage.">Add page to ownCloud</a> </div> <div class="bookmarks_add"> + <input type="hidden" id="bookmark_add_id" value="0" /> <p><label class="bookmarks_label">Address</label><input type="text" id="bookmark_add_url" class="bookmarks_input" /></p> <p><label class="bookmarks_label">Title</label><input type="text" id="bookmark_add_title" class="bookmarks_input" /> <img class="loading_meta" src="<?php echo OC_Helper::imagePath('core', 'loading.gif'); ?>" /></p> |