aboutsummaryrefslogtreecommitdiff
path: root/templates/editbookmark.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/editbookmark.tpl.php')
-rw-r--r--templates/editbookmark.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/editbookmark.tpl.php b/templates/editbookmark.tpl.php
index 9592384..7918c3f 100644
--- a/templates/editbookmark.tpl.php
+++ b/templates/editbookmark.tpl.php
@@ -41,8 +41,8 @@ $this->includeTemplate("dojo.inc");
</tr>
<tr>
<th align="left"><?php echo T_('Description'); ?></th>
- <td><input type="text" name="description" size="75" maxlength="255" value="<?php echo filter($row['bDescription'], 'xml'); ?>" /></td>
- <td></td>
+ <td><textarea name="description" rows="5" cols="63" ><?php echo filter($row['bDescription'], 'xml'); ?></textarea></td>
+ <td>&larr; <?php echo T_('You can use anchors to delimite attributes. for example: [publisher]blah[/publisher] '); ?></td>
</tr>
<tr>
<th align="left"><?php echo T_('Tags'); ?></th>