cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci cluster/form-macros homebase/luci_h ...
Date: 11 Oct 2006 16:40:17 -0000	[thread overview]
Message-ID: <20061011164017.5877.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-10-11 16:40:16

Modified files:
	luci/cluster   : form-macros 
	luci/homebase  : luci_homebase.css 

Log message:
	commit frontend stuff i thought i had committed already..

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.80&r2=1.81
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&r1=1.26&r2=1.27

--- conga/luci/cluster/form-macros	2006/10/11 16:25:28	1.80
+++ conga/luci/cluster/form-macros	2006/10/11 16:40:16	1.81
@@ -198,6 +198,15 @@
 
 			<tfoot class="systemsTable">
 				<tr class="systemsTable"><td colspan="2" class="systemsTable">
+					<ul class="vanilla deploy">
+						<li class="vanilla"><input type="radio" name="rhn_dl" value="1" checked="checked" />Download packages from RHN</li>
+						<li class="vanilla"><input type="radio" name="rhn_dl" value="0" />Use locally installed packages.</li>
+					</ul>
+				</td></tr>
+				<tr class="systemsTable"><td colspan="2" class="systemsTable">
+					<input type="checkbox" value="1" name="enable_storage" />Enable Shared Storage Support
+				</td></tr>
+				<tr class="systemsTable"><td colspan="2" class="systemsTable">
 					<div>
 						<input type="checkbox" name="allSameCheckBox" id="allSameCheckBox" onClick="allPasswdsSame(adminform);"/> Check if cluster node passwords are identical.
 					</div>
@@ -271,7 +280,16 @@
 			</thead>
 
 			<tfoot class="systemsTable">
-				<tr class="systemsTable"><td colspan="2" class="systemsTable">
+				<tr class="systemsTable"><td class="systemsTable" colspan="2">
+					<ul class="vanilla deploy">
+						<li class="vanilla"><input type="radio" name="rhn_dl" value="1" checked="checked" />Download packages from RHN</li>
+						<li class="vanilla"><input type="radio" name="rhn_dl" value="0" />Use locally installed packages.</li>
+					</ul>
+				</td></tr>
+				<tr class="systemsTable"><td class="systemsTable" colspan="2">
+					<input type="checkbox" value="1" name="enable_storage" />Enable Shared Storage Support
+				</td></tr>
+				<tr class="systemsTable"><td class="systemsTable" colspan="2">
 					<div>
 						<input type="checkbox" name="allSameCheckBox" id="allSameCheckBox" onClick="allPasswdsSame(adminform);"/> Check if cluster node passwords are identical.
 					</div>
@@ -1279,6 +1297,15 @@
 
 			<tfoot class="systemsTable">
 				<tr class="systemsTable"><td colspan="2" class="systemsTable">
+					<ul class="vanilla deploy">
+						<li class="vanilla"><input type="radio" name="rhn_dl" value="1" checked="checked" />Download packages from RHN</li>
+						<li class="vanilla"><input type="radio" name="rhn_dl" value="0" />Use locally installed packages.</li>
+					</ul>
+				</td></tr>
+				<tr class="systemsTable"><td colspan="2" class="systemsTable">
+					<input type="checkbox" value="1" name="enable_storage" />Enable Shared Storage Support
+				</td></tr>
+				<tr class="systemsTable"><td colspan="2" class="systemsTable">
 					<div id="allSameDiv">
 						<input type="checkbox" class="allSameCheckBox"
 							name="allSameCheckBox" id="allSameCheckBox" onClick="allPasswdsSame(adminform);"/>
--- conga/luci/homebase/luci_homebase.css	2006/09/27 22:49:09	1.26
+++ conga/luci/homebase/luci_homebase.css	2006/10/11 16:40:16	1.27
@@ -70,14 +70,24 @@
 	margin-top: 16px;
 }
 
+ul.vanilla, li.vanilla {
+	list-style-type: none ! important;
+	list-style-image: none !important;
+	margin-left: 0 ! important;
+}
+
+ul.deploy {
+	margin-bottom: +.5em;
+}
+
 li.configTab {
-	display: inline !important;
-	overflow: hidden !important;
-	list-style-type: none !important;
-	padding-left: 6px !important;
-	padding-bottom: 0px !important;
-	margin-bottom: 0px !important;
-	border-bottom: none !important;
+	display: inline ! important;
+	overflow: hidden ! important;
+	list-style-type: none ! important;
+	padding-left: 6px ! important;
+	padding-bottom: 0px ! important;
+	margin-bottom: 0px ! important;
+	border-bottom: none ! important;
 }
 
 #configTabContent {



             reply	other threads:[~2006-10-11 16:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-11 16:40 rmccabe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-02-07 17:18 [Cluster-devel] conga/luci cluster/form-macros homebase/luci_h rmccabe
2007-02-02  1:12 rmccabe
2007-01-30 22:26 rmccabe
2006-10-16 19:13 rmccabe
2006-09-26 20:57 rmccabe
2006-08-15 22:27 rmccabe
2006-08-14 22:46 rmccabe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061011164017.5877.qmail@sourceware.org \
    --to=rmccabe@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).