// Helper now can uses toolbar
// bugfix in category listing and editing // display fix in adminHome
This commit is contained in:
@@ -145,5 +145,4 @@ form.defaultForm{ background-color:#ebedf4; border:1px solid #ccced7; min-heig
|
||||
|
||||
ul.cc_button {float:right;margin:0;padding:6px 0;}
|
||||
ul.cc_button li {float:left;text-decoration: none;list-style: none;font-size:12px;padding:5px 0;}
|
||||
.toolbar_btn {border:2px outset black;display:block;height:50px;margin:2px;padding:3px 2px 1px 2px;width:60px;}
|
||||
.toolbar_btn span{font-size:small;margin-top:5px;text-align:center}
|
||||
.table_grid{width:100%}
|
||||
|
||||
@@ -63,10 +63,10 @@
|
||||
<a href="{$currentIndex}&id_category=1&viewcategory&token={$token}">
|
||||
<img src="../img/admin/home.gif" alt="" /> {l s='Home'} >
|
||||
</a>
|
||||
{foreach $categories_tree as $key => $category}
|
||||
{foreach $categories_tree key=key item=category}
|
||||
<a href="{$currentIndex}&id_category={$category.id_category}&{if $category.id_category == 1}viewcategory{else}addcategory{/if}&token={$token}">
|
||||
{if $key != 0}
|
||||
<a href="{$currentIndex}&id_category={$category.id_category}&viewcategory&token={$token}">
|
||||
<img src="../img/admin/edit.gif" alt="" /> {$category.name} >
|
||||
<img src="../img/admin/edit.gif" alt="{l s='edit'}" /> {$category.name} >
|
||||
</a>
|
||||
{else}
|
||||
<img src="../img/admin/edit.gif" alt="" /> {$category.name}
|
||||
@@ -75,24 +75,32 @@
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<h2>{l s='Categories'}</h2>
|
||||
|
||||
<h3>
|
||||
{if $list_total == 0}
|
||||
{l s='There are no subcategories in '} "{$categories_name}"
|
||||
{else}
|
||||
{$list_total}
|
||||
{if $list_total < 1}
|
||||
{l s='subcategories'}
|
||||
|
||||
<div class="toolbarBox">
|
||||
<ul class="cc_button">
|
||||
{foreach from=$toolbar_btn item=btn key=k}
|
||||
<li>
|
||||
<a class="toolbar_btn" href="{$btn.href}" title="{$btn.desc}">
|
||||
<span class="process-icon-{$btn.imgclass|default:$k} {$btn.class|default:'' }" ></span>{$btn.desc}
|
||||
</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
<div class="pageTitle">
|
||||
<h3>{l s='Categories'}<span id="current_obj" style="font-weight:normal"> {$categories_name}</span></h3>
|
||||
{if $list_total == 0}
|
||||
{l s='There are no subcategories in '} "{$categories_name}"
|
||||
{else}
|
||||
{l s='subcategory'} {l s='in category'} "{$categories_name}"
|
||||
{$list_total}
|
||||
{if $list_total < 1}
|
||||
{l s='subcategories'}
|
||||
{else}
|
||||
{l s='subcategory'} {l s='in category'} "{$categories_name}"
|
||||
{/if}
|
||||
{/if}
|
||||
{/if}
|
||||
</h3>
|
||||
|
||||
{if $add_button}
|
||||
<br /><a href="{$currentIndex}&add{$table}&token={$token}"><img src="../img/admin/add.gif" border="0" /> {l s='Add new'}</a><br /><br />
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
<a name="{$table}"> </a>
|
||||
|
||||
<form method="post" action="{$action}" class="form">
|
||||
|
||||
@@ -54,8 +54,22 @@
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/form.js"></script>
|
||||
{/if}
|
||||
<div class="toolbarBox">
|
||||
<ul class="cc_button">
|
||||
{foreach from=$toolbar_btn item=btn key=k}
|
||||
<li>
|
||||
<a class="toolbar_btn" href="{$btn.href}" title="{$btn.desc}">
|
||||
<span class="process-icon-{$btn.imgclass|default:$k} {$btn.class|default:'' }" ></span>{$btn.desc}
|
||||
</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
<div class="pageTitle">{* todo : what to display as title for each items (table_lang.name ? *}
|
||||
<h3><span id="current_obj" style="font-weight: normal;">{$current_obj_name|default:' '}</span></h3>
|
||||
</div>
|
||||
</div>
|
||||
{if isset($fields.title)}<h2>{$fields.title}</h2>{/if}
|
||||
<form action="{$current}&{$submit_action}=1&token={$token}" method="post" enctype="multipart/form-data">
|
||||
<form class="defaultForm" action="{$current}&{$submit_action}=1&token={$token}" method="post" enctype="multipart/form-data">
|
||||
{if $form_id}
|
||||
<input type="hidden" name="id_{$table}" value="{$form_id}" />
|
||||
{/if}
|
||||
|
||||
@@ -54,8 +54,22 @@
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/form.js"></script>
|
||||
{/if}
|
||||
<div class="toolbarBox">
|
||||
<ul class="cc_button">
|
||||
{foreach from=$toolbar_btn item=btn key=k}
|
||||
<li>
|
||||
<a class="toolbar_btn" href="{$btn.href}" title="{$btn.desc}">
|
||||
<span class="process-icon-{$btn.imgclass|default:$k} {$btn.class|default:'' }" ></span>{$btn.desc}
|
||||
</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
<div class="pageTitle">{* todo : what to display as title for each items (table_lang.name ? *}
|
||||
<h3><span id="current_obj" style="font-weight: normal;">{$current_obj_name|default:' '}</span></h3>
|
||||
</div>
|
||||
</div>
|
||||
{if isset($fields.title)}<h2>{$fields.title}</h2>{/if}
|
||||
<form action="{$current}&{$submit_action}=1&token={$token}" method="post" enctype="multipart/form-data">
|
||||
<form class="defaultForm" action="{$current}&{$submit_action}=1&token={$token}" method="post" enctype="multipart/form-data">
|
||||
{if $form_id}
|
||||
<input type="hidden" name="id_{$table}" value="{$form_id}" />
|
||||
{/if}
|
||||
@@ -235,9 +249,9 @@
|
||||
value="" />
|
||||
{elseif $input.type == 'group'}
|
||||
{assign var=groups value=$input.values}
|
||||
{include file='form_group.tpl'}
|
||||
{include file='helper/form/form_group.tpl'}
|
||||
{elseif $input.type == 'shop' OR $input.type == 'group_shop'}
|
||||
{include file='form_shop.tpl'}
|
||||
{include file='helper/form/form_shop.tpl'}
|
||||
{elseif $input.type == 'asso_shop' && isset($asso_shop) && $asso_shop}
|
||||
<label>{l s='Shop association:'}</label>
|
||||
<div class="margin-form">
|
||||
|
||||
@@ -56,15 +56,26 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
{if $add_button}
|
||||
<br /><a href="{$currentIndex}&add{$table}&token={$token}"><img src="../img/admin/add.gif" border="0" /> {l s='Add new'}</a><br /><br />
|
||||
{/if}
|
||||
<div class="toolbarBox">
|
||||
<ul class="cc_button">
|
||||
{foreach from=$toolbar_btn item=btn key=k}
|
||||
<li>
|
||||
<a class="toolbar_btn" href="{$btn.href}" title="{$btn.desc}">
|
||||
<span class="process-icon-{$btn.imgclass|default:$k} {$btn.class|default:'' }" ></span>{$btn.desc}
|
||||
</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
<div class="pageTitle">{* todo : what to display as title for each items (table_lang.name ? *}
|
||||
<h3><span id="current_obj" style="font-weight: normal;">{$current_obj_name|default:' '}</span></h3>
|
||||
</div>
|
||||
</div>
|
||||
<a name="{$table}"> </a>
|
||||
|
||||
<form method="post" action="{$action}" class="form">
|
||||
{/if}{* End if simple_header *}
|
||||
<input type="hidden" id="submitFilter{$table}" name="submitFilter{$table}" value="0"/>
|
||||
<table>
|
||||
<table class="table_grid">
|
||||
{if !$simple_header}
|
||||
<tr>
|
||||
<td style="vertical-align: bottom;">
|
||||
|
||||
@@ -62,6 +62,7 @@ $(document).ready(function() {
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<div class="clear"></div>
|
||||
{/if}
|
||||
<div id="column_left">
|
||||
<ul class="F_list clearfix">
|
||||
|
||||
Reference in New Issue
Block a user