// fix bug smarty method in .tpl {l s =''} for {l s=''}
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
{block name="label"}
|
||||
|
||||
{if $input.type == 'text' && $input.name == 'name'}
|
||||
<div class="hint" name="help_box" style="display:block;">{l s ='You can\'t edit GroupShop when you have more than one Shop'}</div><br />
|
||||
<div class="hint" name="help_box" style="display:block;">{l s='You can\'t edit GroupShop when you have more than one Shop'}</div><br />
|
||||
{/if}
|
||||
|
||||
{if isset($input.label)}
|
||||
|
||||
@@ -333,7 +333,7 @@
|
||||
{block name="other_input"}{/block}
|
||||
{/foreach}
|
||||
{if $required_fields}
|
||||
<div class="small"><sup>*</sup> {l s ='Required field'}</div>
|
||||
<div class="small"><sup>*</sup> {l s='Required field'}</div>
|
||||
{/if}
|
||||
</fieldset>
|
||||
{block name="other_fieldsets"}{/block}
|
||||
|
||||
@@ -203,7 +203,7 @@
|
||||
</div>
|
||||
{/if}
|
||||
{if $required_fields}
|
||||
<div class="small"><sup>*</sup> {l s ='Required field'}</div>
|
||||
<div class="small"><sup>*</sup> {l s='Required field'}</div>
|
||||
{/if}
|
||||
{if isset($categoryData['bottom'])}{$categoryData['bottom']}{/if}
|
||||
</fieldset><br />
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
{block name="override_tpl"}
|
||||
{if isset($view['error'])}
|
||||
<p>{l s ='This query has no result.'}</p>
|
||||
<p>{l s='This query has no result.'}</p>
|
||||
{else}
|
||||
<h2>{$view['name']}</h2>
|
||||
<table cellpadding="0" cellspacing="0" class="table" id="viewRequestSql">
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
<label style="text-align: left; width: inherit;">{$input.label} </label>
|
||||
<div class="margin-form" style="padding: 0; display: inline;">
|
||||
<input type="file" name="{$input.name}" />
|
||||
<p class="clear">{$input.p}</p>
|
||||
<p class="clear">{$input.desc}</p>
|
||||
{if isset($fields_value.image) && $fields_value.image}
|
||||
<div id="image" style="width:370px;">
|
||||
{$fields_value.image}
|
||||
|
||||
Reference in New Issue
Block a user