Merge pull request #849 from djfm/bootstrap

// Translations fix
This commit is contained in:
Damien Metzger
2013-10-18 09:35:20 -07:00
9 changed files with 24 additions and 23 deletions
@@ -137,7 +137,7 @@
<li>
{l s='Age:'}
{if isset($customer->birthday)}
{$customer_stats['age']} {l s='years old'} ({l s='Birth date:'} {$customer_birthday})
{l s='%d years old' sprintf=[$customer_stats['age']]} ({l s='Birth date:'} {$customer_birthday})
{else}
{l s='Unknown'}
{/if}
@@ -625,4 +625,4 @@
</div>
</div>
</div>
{/block}
{/block}
@@ -117,7 +117,7 @@
<td>{$server.port}</td>
<td>{$server.weight}</td>
<td align="right">
<a class="btn btn-default" href="{$current}&token={$token}&deleteMemcachedServer={$server.id_memcached_server}" onclick="if (!confirm('{l s='Do you really want to remove the server %s:%s'|sprintf:$server.ip:$server.port}')) return false;"><i class="icon-minus-sign-alt"></i> {l s='Remove'}</a>
<a class="btn btn-default" href="{$current}&token={$token}&deleteMemcachedServer={$server.id_memcached_server}" onclick="if (!confirm('{l s='Do you really want to remove the server %s:%s' sprintf=[$server.ip, $server.port] js=1}')) return false;"><i class="icon-minus-sign-alt"></i> {l s='Remove'}</a>
</td>
</tr>
{/foreach}