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 plone-custom/footer plone-custom/lu ...
Date: 6 Feb 2008 04:57:51 -0000	[thread overview]
Message-ID: <20080206045751.26809.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2008-02-06 04:57:50

Modified files:
	luci/plone-custom: footer luci.css 
	luci/homebase  : form-macros 

Log message:
	Fix a couple of minor display issues

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/footer.diff?cvsroot=cluster&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/luci.css.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&r1=1.65&r2=1.66

--- conga/luci/plone-custom/footer	2007/09/11 16:04:33	1.5
+++ conga/luci/plone-custom/footer	2008/02/06 04:57:49	1.6
@@ -10,13 +10,7 @@
 				Conga Cluster and Storage Management System</a>
 		</span>
 		is Copyright
-		<acronym title="Copyright" i18n:name="copyright" i18n:attributes="title title_copyright;">
-			&copy;
-		</acronym>
-		2000&#8212;<span
-			i18n:name="current_year"
-			tal:define="now modules/DateTime/DateTime"
-			tal:content="now/year" />
+		<acronym title="Copyright" i18n:name="copyright" i18n:attributes="title title_copyright;">&copy;</acronym> 2000&#8211;2008
 		<a href="http://www.redhat.com/">Red Hat, Inc.</a>
 	</span>
 </p>
--- conga/luci/plone-custom/luci.css	2008/01/02 20:52:23	1.4
+++ conga/luci/plone-custom/luci.css	2008/02/06 04:57:50	1.5
@@ -32,6 +32,10 @@
 	margin-right: +.3333em;
 }
 
+input.blank {
+	margin: 0px .3333em 0px .3333em ! important;
+}
+
 td.pad_right {
 	padding-right: +.6666em;
 }
--- conga/luci/homebase/form-macros	2008/01/22 15:02:32	1.65
+++ conga/luci/homebase/form-macros	2008/02/06 04:57:50	1.66
@@ -219,7 +219,7 @@
 					tal:define="cfname python: here.strFilter('[^0-9A-Za-z_-]', '_', c)"
 					tal:attributes="id python: cfname">
 
-				<input type="checkbox" class="homebase"
+				<input type="checkbox" class="blank"
 					tal:define="global num_clusters python:num_clusters + 1"
 					tal:attributes="
 						checked python:perms[curUser]['cluster'][c] and 'checked' or None;
@@ -235,7 +235,7 @@
 			<h3 class="homebase">Storage Systems</h3>
 
 			<div class="hbcheckdiv" tal:repeat="s python: systems[1]">
-				<input type="checkbox" class="homebase"
+				<input type="checkbox" class="blank"
 					tal:define="global num_systems python:num_systems + 1"
 					tal:attributes="
 						checked python:perms[curUser]['storage'][s] and 'checked' or None;
@@ -243,7 +243,7 @@
 						id python:'__SYSTEM' + str(num_systems);
 						value python:s"
 				/>
-				<span class="hbText" tal:omit-tag="" tal:content="python:s"/>
+				<span class="hbText" tal:content="python:s"/>
 			</div>
 		</tal:block>
 



                 reply	other threads:[~2008-02-06  4:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20080206045751.26809.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).