summaryrefslogtreecommitdiff
path: root/templates/admin_layout.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-06-26 09:56:44 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-06-26 09:56:44 +0000
commitaffbeb4e9355b33baea2ab8515b12be5ab29e316 (patch)
tree60bf5fd1eeb818596a0f2df049405d57c211faf8 /templates/admin_layout.tpl
parentcf1677f193414c91085549b234d3e195b493cbe7 (diff)
downloadthemes-affbeb4e9355b33baea2ab8515b12be5ab29e316.tar.gz
themes-affbeb4e9355b33baea2ab8515b12be5ab29e316.tar.bz2
themes-affbeb4e9355b33baea2ab8515b12be5ab29e316.zip
make use of display_mode option recently added by spiderr and add some rudimentary column control based on display_mode. also moved FormatHeader stuff to BitThemes.
Diffstat (limited to 'templates/admin_layout.tpl')
-rw-r--r--templates/admin_layout.tpl49
1 files changed, 0 insertions, 49 deletions
diff --git a/templates/admin_layout.tpl b/templates/admin_layout.tpl
index b7b7dc4..1e5f632 100644
--- a/templates/admin_layout.tpl
+++ b/templates/admin_layout.tpl
@@ -301,55 +301,6 @@
</div>
{/form}
{/jstab}
-
- {jstab title="Column Control"}
- {form legend="Column Visibility"}
- <input type="hidden" name="page" value="{$page}" />
-
- {foreach from=$formMiscFeatures key=feature item=output}
- <div class="row">
- {formlabel label=`$output.label` for=$feature}
- {forminput}
- {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature}
- {formhelp hash=$output}
- {/forminput}
- </div>
- {/foreach}
-
- <table id="hidecolumns">
- <caption>{tr}Hide areas in selected packages.{/tr}</caption>
- <thead>
- <tr>
- <th>{tr}Package{/tr}</th>
- <th>{tr}Top{/tr}</th>
- <th>{tr}Left{/tr}</th>
- <th>{tr}Right{/tr}</th>
- <th>{tr}Bottom{/tr}</th>
- </tr>
- </thead>
- <tfoot>
- <tr>
- <td colspan="5">
- <div class="row submit">
- <input type="submit" name="HideTabSubmit" value="{tr}Change preferences{/tr}" />
- </div>
- </td>
- </tr>
- </tfoot>
- <tbody>
- {foreach from=$hideColumns item=name key=package}
- <tr class="{cycle values="odd,even"}">
- <td>{$name}</td>
- <td style="text-align:center;"><input type="checkbox" name="hide[{$package}_hide_top_col]" value="y" {if $gBitSystem->isFeatureActive("`$package`_hide_top_col")}checked="checked"{/if} /></td>
- <td style="text-align:center;"><input type="checkbox" name="hide[{$package}_hide_left_col]" value="y" {if $gBitSystem->isFeatureActive("`$package`_hide_left_col")}checked="checked"{/if} /></td>
- <td style="text-align:center;"><input type="checkbox" name="hide[{$package}_hide_right_col]" value="y" {if $gBitSystem->isFeatureActive("`$package`_hide_right_col")}checked="checked"{/if} /></td>
- <td style="text-align:center;"><input type="checkbox" name="hide[{$package}_hide_bottom_col]" value="y" {if $gBitSystem->isFeatureActive("`$package`_hide_bottom_col")}checked="checked"{/if} /></td>
- </tr>
- {/foreach}
- </tbody>
- </table>
- {/form}
- {/jstab}
{/jstabs}
<h1>{tr}Modules Help{/tr}</h1>