From: hickert Date: Wed, 25 May 2005 07:01:41 +0000 (+0000) Subject: Table width with % must be formated like this width="100%" X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=05d869ae075b8e0d63da79b6fc5cf3cd3e5d153c;p=gosa.git Table width with % must be formated like this width="100%" Everytime you add a non numeric value to an attribute like 100%, 100px you will need to add "" to the value git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@388 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/addons/addressbook/address_edit.tpl b/plugins/addons/addressbook/address_edit.tpl index 86daf058c..b10e90c29 100644 --- a/plugins/addons/addressbook/address_edit.tpl +++ b/plugins/addons/addressbook/address_edit.tpl @@ -1,6 +1,6 @@ -
{$storage_info} +{$storage_info} @@ -10,12 +10,12 @@
- +

 {t}Personal{/t}

- +
@@ -32,7 +32,7 @@
{t}Name{/t}{$must}, {t}Given name{/t}{$must},

 {t}Private{/t}

- +
@@ -56,11 +56,11 @@
{t}Address{/t}

 {t}Organizational{/t}

- +
- +
@@ -81,7 +81,7 @@
{t}Company{/t}
- +
diff --git a/plugins/addons/addressbook/address_info.tpl b/plugins/addons/addressbook/address_info.tpl index b83990baa..8cd08c57b 100644 --- a/plugins/addons/addressbook/address_info.tpl +++ b/plugins/addons/addressbook/address_info.tpl @@ -1,17 +1,17 @@
{t}Address{/t}

- +
{$storage_info}{$storage_info} X
- +

{t}Personal{/t}

- +
@@ -28,7 +28,7 @@
{t}Name{/t}{$info_sn}, {$info_givenName}

{t}Private{/t}

- +
@@ -52,11 +52,11 @@
{t}Address{/t}

{$info_homePostalAddress}

{t}Organizational{/t}

- +
- +
@@ -77,7 +77,7 @@
{t}Company{/t}{$info_o}
- +
diff --git a/plugins/addons/addressbook/dial.tpl b/plugins/addons/addressbook/dial.tpl index b8196f61e..3495d2129 100644 --- a/plugins/addons/addressbook/dial.tpl +++ b/plugins/addons/addressbook/dial.tpl @@ -1,6 +1,6 @@
{t}Address{/t}

{$info_postalAddress}
- + diff --git a/plugins/addons/logview/class_logview.inc b/plugins/addons/logview/class_logview.inc index 2c1bf15c6..639ed5778 100644 --- a/plugins/addons/logview/class_logview.inc +++ b/plugins/addons/logview/class_logview.inc @@ -222,7 +222,7 @@ class logview extends plugin $res.="\n"; $res.=""; - $res.=""; + $res.=""; $res.="\n"; } mysql_close($link); diff --git a/plugins/addons/logview/contents.tpl b/plugins/addons/logview/contents.tpl index bf6ea21fa..063115502 100644 --- a/plugins/addons/logview/contents.tpl +++ b/plugins/addons/logview/contents.tpl @@ -4,7 +4,7 @@

-

{t}Dial connection...{/t}{t}Dial connection...{/t} X
".$line['host']."".$line['time_stamp']."".$line['message']."".$line['time_stamp']."".$line['message']."
+
@@ -53,10 +53,10 @@
- +
- diff --git a/plugins/admin/groups/acl.tpl b/plugins/admin/groups/acl.tpl index b12c32af5..a26b00870 100644 --- a/plugins/admin/groups/acl.tpl +++ b/plugins/admin/groups/acl.tpl @@ -1,4 +1,4 @@ -
 {t}Ruleset{/t} +
+
@@ -61,7 +61,7 @@
{t}Object{/t} diff --git a/plugins/admin/groups/class_groupMail.inc b/plugins/admin/groups/class_groupMail.inc index 23ff9c64e..e740fd36d 100644 --- a/plugins/admin/groups/class_groupMail.inc +++ b/plugins/admin/groups/class_groupMail.inc @@ -175,7 +175,7 @@ class mailgroup extends plugin /* Do we represent a valid account? */ if (!$this->is_account && $this->parent == NULL){ - $display= " ". + $display= "\"\" ". _("This 'dn' has no valid mail extensions.").""; return ($display); } diff --git a/plugins/admin/groups/mail.tpl b/plugins/admin/groups/mail.tpl index ec197a88a..fd192c962 100644 --- a/plugins/admin/groups/mail.tpl +++ b/plugins/admin/groups/mail.tpl @@ -4,7 +4,7 @@
-

{t}Generic{/t}

+

{t}Generic{/t}

@@ -26,7 +26,7 @@ - +
{t}Primary address{/t}{$must}
{if $quotadefined eq "true"} - + {else} {t}not defined{/t} {/if} @@ -34,7 +34,7 @@
{t}Quota size{/t} KB KB
@@ -43,12 +43,12 @@  
-

{t}Alternative addresses{/t}

+

{t}Alternative addresses{/t}


- +  
-

{t}IMAP shared folders{/t}

+

{t}IMAP shared folders{/t}

@@ -88,12 +88,12 @@  
-

{t}Forward messages to non group members{/t}

+

{t}Forward messages to non group members{/t}


- +     diff --git a/plugins/admin/groups/main.inc b/plugins/admin/groups/main.inc index f6b6ef27e..c3f8c58ad 100644 --- a/plugins/admin/groups/main.inc +++ b/plugins/admin/groups/main.inc @@ -36,7 +36,7 @@ if ($remove_lock){ /* Page header*/ if (isset($_SESSION['objectinfo'])){ $display= print_header(get_template_path('images/group.png'), - _("Group administration"), "\"\" ". $_SESSION['objectinfo']); } else { diff --git a/plugins/admin/systems/component.tpl b/plugins/admin/systems/component.tpl index f830920a1..ba6ac4fa8 100644 --- a/plugins/admin/systems/component.tpl +++ b/plugins/admin/systems/component.tpl @@ -1,4 +1,4 @@ - +
diff --git a/plugins/admin/systems/network.tpl b/plugins/admin/systems/network.tpl index 1abc75b6d..f263bf925 100644 --- a/plugins/admin/systems/network.tpl +++ b/plugins/admin/systems/network.tpl @@ -1,6 +1,6 @@

{t}Network settings{/t}

-
+
diff --git a/plugins/admin/systems/phone.tpl b/plugins/admin/systems/phone.tpl index 50597b121..a5d0ce49b 100644 --- a/plugins/admin/systems/phone.tpl +++ b/plugins/admin/systems/phone.tpl @@ -1,4 +1,4 @@ -
+
diff --git a/plugins/admin/systems/printer.tpl b/plugins/admin/systems/printer.tpl index 3df9755b0..c747dcbbe 100644 --- a/plugins/admin/systems/printer.tpl +++ b/plugins/admin/systems/printer.tpl @@ -1,4 +1,4 @@ -
+
diff --git a/plugins/admin/systems/server.tpl b/plugins/admin/systems/server.tpl index 4a2a39152..e3d446205 100644 --- a/plugins/admin/systems/server.tpl +++ b/plugins/admin/systems/server.tpl @@ -1,4 +1,4 @@ -
+
diff --git a/plugins/admin/systems/wingeneric.tpl b/plugins/admin/systems/wingeneric.tpl index 07a6bef59..3646e1870 100644 --- a/plugins/admin/systems/wingeneric.tpl +++ b/plugins/admin/systems/wingeneric.tpl @@ -1,4 +1,4 @@ -
+
diff --git a/plugins/admin/users/main.inc b/plugins/admin/users/main.inc index 4b7dd0a0d..465ea979e 100644 --- a/plugins/admin/users/main.inc +++ b/plugins/admin/users/main.inc @@ -38,7 +38,7 @@ if ($remove_lock){ if (isset($_SESSION['objectinfo'])){ $display= print_header(get_template_path('images/user.png'), _("User administration"), - "\"\" ".$_SESSION['objectinfo']); } else {