aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/double_select.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/admin/double_select.tpl')
-rw-r--r--template/yoga/admin/double_select.tpl18
1 files changed, 7 insertions, 11 deletions
diff --git a/template/yoga/admin/double_select.tpl b/template/yoga/admin/double_select.tpl
index ca789b3df..aeed8500a 100644
--- a/template/yoga/admin/double_select.tpl
+++ b/template/yoga/admin/double_select.tpl
@@ -1,24 +1,20 @@
-<!-- DEV TAG: not smarty migrated -->
+{* $Id$ *}
<table class="doubleSelect">
<tr>
<td>
- <h3>{L_CAT_OPTIONS_TRUE}</h3>
+ <h3>{$L_CAT_OPTIONS_TRUE}</h3>
<select class="categoryList" name="cat_true[]" multiple="multiple" size="30">
- <!-- BEGIN category_option_true -->
- <option {category_option_true.SELECTED} value="{category_option_true.VALUE}">{category_option_true.OPTION}</option>
- <!-- END category_option_true -->
+ {html_options options=$category_option_true selected=$category_option_true_selected}
</select>
- <p><input class="submit" type="submit" value="&raquo;" name="falsify" style="font-size:15px;" {TAG_INPUT_ENABLED}/></p>
+ <p><input class="submit" type="submit" value="&raquo;" name="falsify" style="font-size:15px;" {$TAG_INPUT_ENABLED}/></p>
</td>
<td>
- <h3>{L_CAT_OPTIONS_FALSE}</h3>
+ <h3>{$L_CAT_OPTIONS_FALSE}</h3>
<select class="categoryList" name="cat_false[]" multiple="multiple" size="30">
- <!-- BEGIN category_option_false -->
- <option {category_option_false.SELECTED} value="{category_option_false.VALUE}">{category_option_false.OPTION}</option>
- <!-- END category_option_false -->
+ {html_options options=$category_option_false selected=$category_option_false_selected}
</select>
- <p><input class="submit" type="submit" value="&laquo;" name="trueify" style="font-size:15px;" {TAG_INPUT_ENABLED}/></p>
+ <p><input class="submit" type="submit" value="&laquo;" name="trueify" style="font-size:15px;" {$TAG_INPUT_ENABLED}/></p>
</td>
</tr>
</table>