aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2013-06-24 21:38:31 +0000
committerplegall <plg@piwigo.org>2013-06-24 21:38:31 +0000
commitb01a7877355e0fa3b43e1d4b1091f2c127389db5 (patch)
tree2bc50c9d7f642b01b408c75836235c4f921a8cc3 /admin
parent1253012e5b93eaa882ae6f64c871c4c2ecfcb380 (diff)
indent with spaces, not tabs
git-svn-id: http://piwigo.org/svn/trunk@23521 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/default/template/extend_for_templates.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/themes/default/template/extend_for_templates.tpl b/admin/themes/default/template/extend_for_templates.tpl
index b40a6cc91..818096ba4 100644
--- a/admin/themes/default/template/extend_for_templates.tpl
+++ b/admin/themes/default/template/extend_for_templates.tpl
@@ -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 type="submit" value="{'Submit'|@translate}" name="submit">
+ <input type="submit" value="{'Submit'|@translate}" name="submit">
</p>
</form>
{/if}