merge -c2923 from trunk to branch 2.0.

- Add a "Bound Template" column for template extensions.


git-svn-id: http://piwigo.org/svn/branches/2.0@2924 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2008-12-06 02:31:02 +00:00
parent f4f4f9724a
commit 76181e5a49
16 changed files with 53 additions and 15 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ TABLE.table2 {
padding: 0;
}
TABLE.table2 TD {
TABLE.table2 TD, TABLE.table2 TH {
padding: 0 5px;
}
@@ -9,6 +9,7 @@
<th>{'Replacers'|@translate}</th>
<th>{'Original templates'|@translate}</th>
<th>{'Optional URL keyword'|@translate}</th>
<th>{'Bound template'|@translate}</th>
</tr>
{foreach from=$extents item=tpl name=extent_loop}
<tr class="{if $smarty.foreach.extent_loop.index is odd}row1{else}row2{/if}">
@@ -22,6 +23,9 @@
<td>
{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}
</td>
</tr>
{/foreach}
</table>