aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/element_set_unit.tpl
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-10-06 17:59:06 +0000
committerpatdenice <patdenice@piwigo.org>2008-10-06 17:59:06 +0000
commit8fdaa594942c6e0cb586f28dbbfdb868ce27b971 (patch)
treec9b39f03c095ff30f7e7a4f0f06a8e01aa85b09e /admin/template/goto/element_set_unit.tpl
parent6979ff78605c09152d7729d4285c4973c1f8c72c (diff)
- Don't show "home" twice on picture navbar if category is not set.
- Add ids to textarea (for future use with TinyMCE plugin). - Enlarge cat_bottom-right.gif and cat_top-right.gif to 1200px. git-svn-id: http://piwigo.org/svn/trunk@2674 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/element_set_unit.tpl')
-rw-r--r--admin/template/goto/element_set_unit.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/element_set_unit.tpl b/admin/template/goto/element_set_unit.tpl
index e4805cf44..c2b38a00d 100644
--- a/admin/template/goto/element_set_unit.tpl
+++ b/admin/template/goto/element_set_unit.tpl
@@ -83,7 +83,7 @@
<tr>
<td><strong>{'Description'|@translate}</strong></td>
- <td><textarea name="description-{$element.ID}" class="description">{$element.DESCRIPTION}</textarea></td>
+ <td><textarea name="description-{$element.ID}" id="description-{$element.ID}" class="description">{$element.DESCRIPTION}</textarea></td>
</tr>
</table>