From e27bb660bd5f205f912d141aa83dbeeacf2b7555 Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Fri, 11 Oct 2013 18:03:53 +0530 Subject: [PATCH] Uniform Styles and Indentation Fixes for Personal Block --- settings/js/personal.js | 1 - settings/templates/personal.php | 30 ++++++++++++++++++++---------- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/settings/js/personal.js b/settings/js/personal.js index e9a6d4d33ff..e3a53181199 100644 --- a/settings/js/personal.js +++ b/settings/js/personal.js @@ -171,7 +171,6 @@ $(document).ready(function(){ } }); - $("#languageinput").chosen(); // Show only the not selectable optgroup // Choosen only shows optgroup-labels if there are options in the optgroup $(".languagedivider").hide(); diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 47227d6ea0f..d10413dac3d 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -104,19 +104,29 @@ if($_['passwordChangeSupported']) {

t('Language'));?>

- + + + + + + + + + + t('Help translate'));?> + target="_blank"> + t('Help translate'));?> +
-- 2.39.5