From d9aae20003eb670b7bf86708016473969088066a Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sat, 20 Aug 2011 05:07:58 +0200 Subject: more valid HTML, alt attributes, refactored pagenavi etc. --- settings/js/users.js | 6 +++--- settings/templates/apps.php | 2 +- settings/templates/help.php | 6 +++--- settings/templates/users.php | 13 ++++++++----- 4 files changed, 15 insertions(+), 12 deletions(-) (limited to 'settings') diff --git a/settings/js/users.js b/settings/js/users.js index 3122f5614c7..0570263d300 100644 --- a/settings/js/users.js +++ b/settings/js/users.js @@ -131,7 +131,7 @@ $(document).ready(function(){ } ); - var tr=$('#content table tr').first().next().clone(); + var tr=$('#content table tbody tr').first().clone(); tr.attr('data-uid',username); tr.find('td.name').text(username); var select=$(' + diff --git a/settings/templates/help.php b/settings/templates/help.php index 31f6101c1ef..d44438add9b 100644 --- a/settings/templates/help.php +++ b/settings/templates/help.php @@ -1,13 +1,13 @@
-

t('Problems connecting to help database.');?> - t('Go there manually.');?> +

t('Problems connecting to help database.');?>

+

t('Go there manually.');?>

"") { echo(''); } ?> -

'') echo('

'.$kb["name"].'

');?>

+ '') echo('

'.$kb["name"].'

');?>

'') echo('

'.$l->t('Answer').':

'.$kb['answer'].'

');?>
diff --git a/settings/templates/users.php b/settings/templates/users.php index 9733c3e9a50..244f3632931 100644 --- a/settings/templates/users.php +++ b/settings/templates/users.php @@ -6,17 +6,20 @@ foreach($_["groups"] as $group) { ?> - - - - + + + + - + + + + "> -- cgit v1.2.3