mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
Corrective change to svn:2674
(Add ids to textarea (for future use with TinyMCE plugin).) id="content" is already used on many pages and a css rule is applied on. So new id is id="contentid". git-svn-id: http://piwigo.org/svn/trunk@2695 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -262,7 +262,7 @@ y.callService(
|
||||
{if $comment_add.SHOW_AUTHOR}
|
||||
<label>{'upload_author'|@translate}<input type="text" name="author"></label>
|
||||
{/if}
|
||||
<label>{'comment'|@translate}<textarea name="content" id="content" rows="5" cols="80">{$comment_add.CONTENT}</textarea></label>
|
||||
<label>{'comment'|@translate}<textarea name="content" id="contentid" rows="5" cols="80">{$comment_add.CONTENT}</textarea></label>
|
||||
<input type="hidden" name="key" value="{$comment_add.KEY}" />
|
||||
<input class="submit" type="submit" value="{'Submit'|@translate}">
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user