aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/double_select.tpl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--template/yoga/admin/double_select.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/admin/double_select.tpl b/template/yoga/admin/double_select.tpl
index 1745c52d3..2bfa28072 100644
--- a/template/yoga/admin/double_select.tpl
+++ b/template/yoga/admin/double_select.tpl
@@ -7,7 +7,7 @@
<option {category_option_true.SELECTED} value="{category_option_true.VALUE}">{category_option_true.OPTION}</option>
<!-- END category_option_true -->
</select>
- <p><input type="submit" value="&raquo;" name="falsify" style="font-size:15px;"/></p>
+ <p><input type="submit" value="&raquo;" name="falsify" style="font-size:15px;" {TAG_INPUT_ENABLED}/></p>
</td>
<td>
@@ -17,7 +17,7 @@
<option {category_option_false.SELECTED} value="{category_option_false.VALUE}">{category_option_false.OPTION}</option>
<!-- END category_option_false -->
</select>
- <p><input type="submit" value="&laquo;" name="trueify" style="font-size:15px;" /></p>
+ <p><input type="submit" value="&laquo;" name="trueify" style="font-size:15px;" {TAG_INPUT_ENABLED}/></p>
</td>
</tr>
</table>