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 @@
 <h2><bean:message key="preferences.jsp.startpagetitle"/></h2>
 <p><bean: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

Reply via email to