From e98354a5ab11c9e7b0191fc25bd56b9ff82e7bb0 Mon Sep 17 00:00:00 2001 From: zhangweiwu Date: Fri, 1 Jul 2005 03:29:44 +0000 Subject: [PATCH] as I mensioned before the 1% width problem is all over egroupware and making CJK user interface ugly. A typical example is many tables are always two or three lines high for one . If you don't have a look at a CJK user interface you probably won't notice it at all. I introduce a global style class 'narrow_column' to address this. --- admin/templates/default/accounts.tpl | 6 +++--- admin/templates/default/acl_accounts.tpl | 2 +- admin/templates/default/acl_applist.tpl | 2 +- admin/templates/default/applications.tpl | 6 +++--- admin/templates/default/groups.tpl | 4 ++-- admin/templates/default/index.tpl | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/admin/templates/default/accounts.tpl b/admin/templates/default/accounts.tpl index 978348ace2..b077ff1764 100644 --- a/admin/templates/default/accounts.tpl +++ b/admin/templates/default/accounts.tpl @@ -57,9 +57,9 @@ {lang_lastname} {lang_firstname} {lang_email} - {lang_edit} - {lang_delete} - {lang_view} + {lang_edit} + {lang_delete} + {lang_view} diff --git a/admin/templates/default/acl_accounts.tpl b/admin/templates/default/acl_accounts.tpl index 0938c91de7..feb1fdafcd 100644 --- a/admin/templates/default/acl_accounts.tpl +++ b/admin/templates/default/acl_accounts.tpl @@ -46,7 +46,7 @@ {row_loginid} {row_lastname} {row_firstname} - {row_access} + {row_access} diff --git a/admin/templates/default/acl_applist.tpl b/admin/templates/default/acl_applist.tpl index ed5312c15c..d0dfd97638 100644 --- a/admin/templates/default/acl_applist.tpl +++ b/admin/templates/default/acl_applist.tpl @@ -9,7 +9,7 @@ - [ {app_name} ] + [ {app_name} ]   {app_name} diff --git a/admin/templates/default/applications.tpl b/admin/templates/default/applications.tpl index d49dcf825e..3409fb197b 100644 --- a/admin/templates/default/applications.tpl +++ b/admin/templates/default/applications.tpl @@ -43,8 +43,8 @@ {name} - {edit} - {delete} - {status} + {edit} + {delete} + {status} diff --git a/admin/templates/default/groups.tpl b/admin/templates/default/groups.tpl index 27ab1faafb..121f6af689 100644 --- a/admin/templates/default/groups.tpl +++ b/admin/templates/default/groups.tpl @@ -38,8 +38,8 @@ {group_name} - {edit_link} - {delete_link} + {edit_link} + {delete_link} diff --git a/admin/templates/default/index.tpl b/admin/templates/default/index.tpl index a07ad58abe..7896d9d6fc 100755 --- a/admin/templates/default/index.tpl +++ b/admin/templates/default/index.tpl @@ -7,7 +7,7 @@ - [ {app_name} ] + [ {app_name} ]   {app_name}