Re: [Spacewalk-devel] [PATCH] Fix indentation on user preferences page

2013-07-15 Thread Tomáš Kašpárek

Hello,

you patch has been committed into Spacewalk as 
d051cf843dbe1114d85cc0529fe2fe45e9910019. Thanks for contribution!


On 07/12/2013 11:41 AM, Johannes Renner wrote:

Hello,

the small patch in the attachment fixes the indentation on the user
preferences page (https://hostname/rhn/account/UserPreferences.do).

More specifically this should indent the checkboxes in the Overview
Start Page section, just to make it look more similar to the other
subsections.

Thanks and regards,
Johannes



___
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel


--
Tomáš Kašpárek
Red Hat Satellite 5, Red Hat

___
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

[Spacewalk-devel] [PATCH] Fix indentation on user preferences page

2013-07-12 Thread Johannes Renner
Hello,

the small patch in the attachment fixes the indentation on the user
preferences page (https://hostname/rhn/account/UserPreferences.do).

More specifically this should indent the checkboxes in the Overview
Start Page section, just to make it look more similar to the other
subsections.

Thanks and regards,
Johannes

-- 
SUSE LINUX Products GmbH, HRB 16746 (AG Nürnberg)
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer
From b687d7444374ca60fdc6a8387e70013e3acb8f12 Mon Sep 17 00:00:00 2001
From: Johannes Renner jren...@suse.de
Date: Fri, 12 Jul 2013 11:33:30 +0200
Subject: [PATCH] Fix indentation on user preferences page

---
 java/code/webapp/WEB-INF/pages/common/fragments/user/preferences.jspf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/java/code/webapp/WEB-INF/pages/common/fragments/user/preferences.jspf b/java/code/webapp/WEB-INF/pages/common/fragments/user/preferences.jspf
index 0d5a099..a1bcddb 100644
--- a/java/code/webapp/WEB-INF/pages/common/fragments/user/preferences.jspf
+++ b/java/code/webapp/WEB-INF/pages/common/fragments/user/preferences.jspf
@@ -21,11 +21,13 @@
 h2bean:message key=preferences.jsp.startpagetitle//h2
 pbean:message key=preferences.jsp.startpagedesc//p
 
+div class=preference
 c:forEach items=${userPrefForm.map.possiblePanes} var=item
 html:multibox property=selectedPanes value=${item.value} disabled=${item.disabled} styleId=type_${item.value}/
 	label for=type_${item.value}${item.label}/label
 br /
 /c:forEach
+/div
 
 input type=hidden name=pxt:trap value=rhn:user_prefs_edit_cb /
 html:hidden property=uid /
-- 
1.8.1.4

___
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel