- 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
This commit is contained in:
patdenice
2008-10-06 17:59:06 +00:00
parent 6979ff7860
commit 8fdaa59494
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -45,7 +45,7 @@
<tr>
<td><strong>{'Description'|@translate}</strong></td>
<td>
<textarea cols="50" rows="5" name="comment" class="description">{$CAT_COMMENT}</textarea>
<textarea cols="50" rows="5" name="comment" id="comment" class="description">{$CAT_COMMENT}</textarea>
</td>
</tr>
</table>
@@ -213,7 +213,7 @@
<tr>
<td><strong>{'mail_content'|@translate}</strong></td>
<td>
<textarea cols="50" rows="5" name="mail_content" class="description">{$MAIL_CONTENT}</textarea>
<textarea cols="50" rows="5" name="mail_content" id="mail_content" class="description">{$MAIL_CONTENT}</textarea>
</td>
</tr>
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -123,7 +123,7 @@
<tr>
<td><strong>{'Description'|@translate}</strong></td>
<td><textarea name="description" class="description">{$DESCRIPTION}</textarea></td>
<td><textarea name="description" id="description" class="description">{$DESCRIPTION}</textarea></td>
</tr>
<tr>