From 875120f145fc10ca073f50bc3555e6d8785d8350 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Wed, 25 Sep 2013 15:22:38 +0200 Subject: [PATCH] // Advanced parameters bootstrap design --- .../information/helpers/view/view.tpl | 2 +- .../performance/helpers/form/form.tpl | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/information/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/information/helpers/view/view.tpl index d84755d08..86385188d 100644 --- a/admin-dev/themes/default/template/controllers/information/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/information/helpers/view/view.tpl @@ -48,7 +48,7 @@ if (json.missing.length || json.updated.length) $('#changedFiles').html('
{l s='Changed/missing files have been detected.'}
'); else - $('#changedFiles').html('
{l s='No change has been detected in your files'}
'); + $('#changedFiles').html('
{l s='No change has been detected in your files'}
'); $.each(tab, function(key, lang) { diff --git a/admin-dev/themes/default/template/controllers/performance/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/performance/helpers/form/form.tpl index 1953c4e77..96431d379 100644 --- a/admin-dev/themes/default/template/controllers/performance/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/performance/helpers/form/form.tpl @@ -108,15 +108,16 @@ {if $servers} +
- - - - - + + + + + @@ -126,14 +127,15 @@ - {/foreach}
{l s='ID'}{l s='IP address'}{l s='Port'}{l s='Weight'} {l s='ID'}{l s='IP address'}{l s='Port'}{l s='Weight'} 
{$server.ip} {$server.port} {$server.weight} - + + {l s='Remove'}
+
{/if} {/if}