From 34e4f107596ac18147bb7c58865ca06d372ae493 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 16 Nov 2010 17:14:47 +0100 Subject: [PATCH] Consistent portal and log out links, indention. --- horde/templates/portal/mobile.inc | 6 ++- imp/templates/mobile/folders.html.php | 4 +- imp/templates/mobile/mailbox.html.php | 2 +- kronolith/templates/mobile/day.html.php | 32 ++++++++------- kronolith/templates/mobile/event.html.php | 2 +- kronolith/templates/mobile/month.html.php | 64 +++++++++++++++-------------- kronolith/templates/mobile/summary.html.php | 24 ++++++----- nag/mobile.php | 6 ++- 8 files changed, 75 insertions(+), 65 deletions(-) diff --git a/horde/templates/portal/mobile.inc b/horde/templates/portal/mobile.inc index 28e705bd6..fa0997c9f 100644 --- a/horde/templates/portal/mobile.inc +++ b/horde/templates/portal/mobile.inc @@ -3,12 +3,14 @@

- + + +
    $val): ?> - +
diff --git a/imp/templates/mobile/folders.html.php b/imp/templates/mobile/folders.html.php index 2f5fe0611..b1c40d366 100644 --- a/imp/templates/mobile/folders.html.php +++ b/imp/templates/mobile/folders.html.php @@ -1,9 +1,9 @@
- +

logout): ?> - +
diff --git a/imp/templates/mobile/mailbox.html.php b/imp/templates/mobile/mailbox.html.php index 1c30a0981..2598c5151 100644 --- a/imp/templates/mobile/mailbox.html.php +++ b/imp/templates/mobile/mailbox.html.php @@ -1,7 +1,7 @@
allowFolders): ?> - +

logout): ?> diff --git a/kronolith/templates/mobile/day.html.php b/kronolith/templates/mobile/day.html.php index cb3b35539..11b7bc66b 100644 --- a/kronolith/templates/mobile/day.html.php +++ b/kronolith/templates/mobile/day.html.php @@ -1,21 +1,23 @@
-

- - -
-
    -
  • -
  • -
  • -
-
-
- - -
+

+ + logout): ?> + + +
+
    +
  • +
  • +
  • +
+
+
+ + +
-
\ No newline at end of file +
diff --git a/kronolith/templates/mobile/event.html.php b/kronolith/templates/mobile/event.html.php index 898367359..16b8254ab 100644 --- a/kronolith/templates/mobile/event.html.php +++ b/kronolith/templates/mobile/event.html.php @@ -2,4 +2,4 @@

-
\ No newline at end of file +
diff --git a/kronolith/templates/mobile/month.html.php b/kronolith/templates/mobile/month.html.php index c7532f2c1..118eb7a48 100644 --- a/kronolith/templates/mobile/month.html.php +++ b/kronolith/templates/mobile/month.html.php @@ -1,36 +1,38 @@
-
-

- - -
-
    -
  • -
  • -
  • -
-
-
-
-
- - - - - getValue('week_start_monday'), $c = $i + 7; $i < $c; $i++): ?> - - - - - -
- ">< - ">> - today->format('F Y') ?> -
+
+

+ + logout): ?> + + +
+
    +
  • +
  • +
  • +
+
+
+
+
+ + + + + getValue('week_start_monday'), $c = $i + 7; $i < $c; $i++): ?> + + + + + +
+ ">< + ">> + today->format('F Y') ?> +
+
-
-
\ No newline at end of file +
diff --git a/kronolith/templates/mobile/summary.html.php b/kronolith/templates/mobile/summary.html.php index 57fdff1c0..74406ff40 100644 --- a/kronolith/templates/mobile/summary.html.php +++ b/kronolith/templates/mobile/summary.html.php @@ -1,16 +1,18 @@
-

- - -
-
    -
  • -
  • -
  • -
-
+

+ + logout): ?> + + +
+
    +
  • +
  • +
  • +
+
-
\ No newline at end of file +
diff --git a/nag/mobile.php b/nag/mobile.php index 59789e310..0c6f9eaea 100644 --- a/nag/mobile.php +++ b/nag/mobile.php @@ -42,8 +42,10 @@ require $registry->get('templates', 'horde') . '/common-header-mobile.inc';

My Tasks

- - + + + +
    -- 2.11.0