// Cart rules translations

This commit is contained in:
dMetzger
2012-02-02 10:03:07 +00:00
parent 96464ab6dc
commit 80eaa73dc9
2 changed files with 97 additions and 4 deletions
@@ -47,10 +47,11 @@
{if isset($missing_translations[$k])}(<font color="red">{$missing_translations[$k]} {l s='missing'}</font>){/if}
</legend>
<div name="{$type}_div" id="{$k}-tpl" style="display:{if isset($missing_translations[$k])}block{else}none{/if}">
<table cellpadding="2">
{foreach $newLang as $key => $value}
<tr>
<td style="width: 40%">{$key|stripslashes}</td>
<table cellpadding="2" cellspacing="0">
{counter start=0 assign=irow}
{foreach $newLang as $key => $value}{counter}
<tr class="{if $irow % 2 == 0}alt_row{/if}">
<td style="width:40%">{$key|stripslashes}</td>
<td>= {*todo : md5 is already calculated in AdminTranslationsController*}
{if $key|strlen < $textarea_sized}
<input type="text"