aboutsummaryrefslogtreecommitdiff
path: root/templates/bookmarkcommondescriptionedit.tpl.php
diff options
context:
space:
mode:
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>