diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-03-23 16:40:40 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-03-23 16:40:40 +0000 |
| commit | 0ca5a3fe7358e1feda811cab02efa011c4d3aca9 (patch) | |
| tree | fff36704d794c2303cf1836845709f2fdbd9e188 /templates | |
| parent | 8cacdc30c4c36bf69195524fdac87fb79c39252d (diff) | |
| download | newsletters-0ca5a3fe7358e1feda811cab02efa011c4d3aca9.tar.gz newsletters-0ca5a3fe7358e1feda811cab02efa011c4d3aca9.tar.bz2 newsletters-0ca5a3fe7358e1feda811cab02efa011c4d3aca9.zip | |
remove content_tempaltes code - this should move into a seperate package
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/edit_edition.tpl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/edit_edition.tpl b/templates/edit_edition.tpl index b314112..85af84f 100644 --- a/templates/edit_edition.tpl +++ b/templates/edit_edition.tpl @@ -34,21 +34,6 @@ {/forminput} </div> - {if $gBitUser->hasPermission( 'bit_p_use_content_templates' ) && $templates} - <div class="row"> - {formlabel label="Template" for=""} - {forminput} - <select name="template_id" onchange="javascript:document.getElementById('editpageform').submit();"> - <option value="0">{tr}none{/tr}</option> - {section name=ix loop=$templates} - <option value="{$templates[ix].template_id|escape}">{$templates[ix].name}</option> - {/section} - </select> - {formhelp note=""} - {/forminput} - </div> - {/if} - {include file="bitpackage:liberty/edit_services_inc.tpl serviceFile=content_edit_mini_tpl} <div class="row"> |
