- errors list
- possibility to display only a text field for a parent category git-svn-id: http://piwigo.org/svn/branches/release-1_3@248 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
a5092987e1
commit
7a5f16da11
1 changed files with 17 additions and 2 deletions
|
@ -1,3 +1,13 @@
|
|||
<!--VTP_errors-->
|
||||
<div class="errors">
|
||||
<div class="errors_title">{#errors_title}</div>
|
||||
<ul>
|
||||
<!--VTP_li-->
|
||||
<li>{#content}</li>
|
||||
<!--/VTP_li-->
|
||||
</ul>
|
||||
</div>
|
||||
<!--/VTP_errors-->
|
||||
<form method="post" action="{#form_action}">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
|
@ -75,13 +85,18 @@
|
|||
<td colspan="6">
|
||||
<img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="<" />
|
||||
{#infoimage_associate}
|
||||
<!--VTP_associate_LOV-->
|
||||
<select name="associate">
|
||||
<!--VTP_associate_cat-->
|
||||
<option value="{#value}">{#content}</option>
|
||||
<!--/VTP_associate_cat-->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<!--/VTP_associate_LOV-->
|
||||
<!--VTP_associate_text-->
|
||||
<input type="text" name="associate" />
|
||||
<!--/VTP_associate_text-->
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="6" style="text-align:center;">
|
||||
<input type="submit" value="{#submit}" name="submit" />
|
||||
|
|
Loading…
Add table
Reference in a new issue