summaryrefslogtreecommitdiffstatshomepage
path: root/templates/bookmarkcommondescriptionedit.tpl.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-11-25 16:58:56 +0000
committerGravatar mensonge2008-11-25 16:58:56 +0000
commitdf984f26669e0e3bfd6ede23e5bddfae8fd695ea (patch)
treefb0203cf452b3ac07db1d2c6c4a47e7380fb51f1 /templates/bookmarkcommondescriptionedit.tpl.php
parent111bcdec7568269e88108ace560c35d333f9df1c (diff)
downloadscuttle-df984f26669e0e3bfd6ede23e5bddfae8fd695ea.tar.gz
scuttle-df984f26669e0e3bfd6ede23e5bddfae8fd695ea.zip
Interface fix: add an hyperlink from bookmark edition page to collaborative edition of the same bookmark
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@175 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/bookmarkcommondescriptionedit.tpl.php')
-rw-r--r--templates/bookmarkcommondescriptionedit.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bookmarkcommondescriptionedit.tpl.php b/templates/bookmarkcommondescriptionedit.tpl.php
index 053ee30..ac3f540 100644
--- a/templates/bookmarkcommondescriptionedit.tpl.php
+++ b/templates/bookmarkcommondescriptionedit.tpl.php
@@ -15,7 +15,7 @@ window.onload = function() {
</script>
<form action="<?php echo $formaction; ?>" method="post">
-<table>
+<table title="<?php echo T_('Collaborative description: these fields can be viewed and modified by every users') ?>">
<tr>
<th align="left"><?php echo T_('Title'); ?></th>
<td><input type="text" id="title" name="title" size="75" maxlength="255" value="<?php echo $description['cdTitle']; ?>" onkeypress="this.style.backgroundImage = 'none';" /></td>