Skip to content

Commit

Permalink
bug 2932: Smarty error in templates configuration
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@23520 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
rvelices committed Jun 24, 2013
1 parent da69c29 commit 1253012
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions admin/themes/default/template/extend_for_templates.tpl
Expand Up @@ -17,19 +17,19 @@
{$tpl.replacer}
</td>
<td>
{html_options name=original[] output=$tpl.original_tpl values=$tpl.original_tpl selected=$tpl.selected_tpl}
{html_options name='original[]' output=$tpl.original_tpl values=$tpl.original_tpl selected=$tpl.selected_tpl}
</td>
<td>
{html_options name=url[] output=$tpl.url_parameter values=$tpl.url_parameter selected=$tpl.selected_url}
{html_options name='url[]' output=$tpl.url_parameter values=$tpl.url_parameter selected=$tpl.selected_url}
</td>
<td>
{html_options name=bound[] output=$tpl.bound_tpl values=$tpl.bound_tpl selected=$tpl.selected_bound}
{html_options name='bound[]' output=$tpl.bound_tpl values=$tpl.bound_tpl selected=$tpl.selected_bound}
</td>
</tr>
{/foreach}
</table>
<p>
<input class="submit" type="submit" value="{'Submit'|@translate}" name="submit">
<input type="submit" value="{'Submit'|@translate}" name="submit">
</p>
</form>
{/if}

0 comments on commit 1253012

Please sign in to comment.