mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 11:43:01 +02:00
- 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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user