From 8e22823501e702727daae4b6cd25fb81965c6f83 Mon Sep 17 00:00:00 2001 From: Bartek Przybylski Date: Sat, 17 Mar 2012 13:30:18 +0100 Subject: [PATCH 1/3] bredcrumb fix --- apps/gallery/lib/scanner.php | 1 - apps/gallery/templates/index.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/gallery/lib/scanner.php b/apps/gallery/lib/scanner.php index 5791662522..929f8b7a2e 100644 --- a/apps/gallery/lib/scanner.php +++ b/apps/gallery/lib/scanner.php @@ -131,4 +131,3 @@ class OC_Gallery_Scanner { } } -?> diff --git a/apps/gallery/templates/index.php b/apps/gallery/templates/index.php index 54fbcfd015..dc5852733b 100644 --- a/apps/gallery/templates/index.php +++ b/apps/gallery/templates/index.php @@ -18,7 +18,7 @@ $l = new OC_L10N('gallery');
-
+
From 122f7e4c2f4a95f904d052059e81ac855fbd2c3c Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Sat, 17 Mar 2012 12:41:16 +0000 Subject: [PATCH 2/3] Dont truncate the time format --- apps/calendar/templates/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/calendar/templates/settings.php b/apps/calendar/templates/settings.php index f74a45203e..fb2a04a649 100644 --- a/apps/calendar/templates/settings.php +++ b/apps/calendar/templates/settings.php @@ -31,7 +31,7 @@ - " name="timeformat"> From 7ba8dbb92041d01ca70fca105897d3c374502343 Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Sat, 17 Mar 2012 12:51:11 +0000 Subject: [PATCH 3/3] Don't truncate users email --- settings/css/settings.css | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/css/settings.css b/settings/css/settings.css index e80de0f1ad..42576953d0 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -5,6 +5,7 @@ input#openid, input#webdav { width:20em; } #passworderror { display:none; } #passwordchanged { display:none; } input#identity { width:20em; } +#email { width: 17em; } .msg.success{ color:#fff; background-color:#0f0; padding:3px; text-shadow:1px 1px #000; } .msg.error{ color:#fff; background-color:#f00; padding:3px; text-shadow:1px 1px #000; }