summaryrefslogtreecommitdiff
path: root/templates/admin_layout.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-11-13 09:44:01 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-11-13 09:44:01 +0000
commite8b21cadc7d739f60cf84273994f48da4b5a4e5d (patch)
tree2e64d3a3928adf5c6806382b5637d46d16fd5b9c /templates/admin_layout.tpl
parent933b908e4bf306eb88fc02c92d1c9933bc2d0173 (diff)
downloadthemes-e8b21cadc7d739f60cf84273994f48da4b5a4e5d.tar.gz
themes-e8b21cadc7d739f60cf84273994f48da4b5a4e5d.tar.bz2
themes-e8b21cadc7d739f60cf84273994f48da4b5a4e5d.zip
add option to add module to all custom layouts
Diffstat (limited to 'templates/admin_layout.tpl')
-rw-r--r--templates/admin_layout.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/admin_layout.tpl b/templates/admin_layout.tpl
index 3678405..b7b7dc4 100644
--- a/templates/admin_layout.tpl
+++ b/templates/admin_layout.tpl
@@ -201,6 +201,14 @@
{/forminput}
</div>
+ <div class="row">
+ {formlabel label="Add to all Layouts" for="add_to_all"}
+ {forminput}
+ <input type="checkbox" value="y" id="add_to_all" name="fAssign[add_to_all]" />
+ {formhelp note="If you check this, the module will be added to all custom layouts."}
+ {/forminput}
+ </div>
+
<div class="row submit">
<input type="submit" name="ColumnTabSubmit" value="{tr}Assign{/tr}" />
</div>