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 homebase/luci_homebase.css site/luc ...
Date: 28 Jun 2007 16:02:51 -0000	[thread overview]
Message-ID: <20070628160251.10779.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2007-06-28 16:02:50

Modified files:
	luci/homebase  : luci_homebase.css 
	luci/site/luci/Extensions: LuciDB.py 
Added files:
	luci/plone-custom: sys_svc.css 
	luci/site/luci/Extensions/ClusterModel: .cvsignore 

Log message:
	move system service control css out of the cluster area

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&r1=1.40&r2=1.41
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/sys_svc.css.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciDB.py.diff?cvsroot=cluster&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/.cvsignore.diff?cvsroot=cluster&r1=1.1&r2=1.2

--- conga/luci/homebase/luci_homebase.css	2007/02/23 22:07:45	1.40
+++ conga/luci/homebase/luci_homebase.css	2007/06/28 16:02:50	1.41
@@ -8,60 +8,6 @@
 	font-size: 12px;
 }
 
-input[type=image] {
-	border: 0;
-	background: transparent;
-	padding-left: +.3333em;
-	padding-right: +.3333em;
-}
-
-input[type=image]:disabled {
-	cursor: url('cursor-disabled.png'), default;
-}
-
-input.svc_control {
-	color: transparent ! important;
-	border: none ! important;
-	outline: hidden ! important;
-	background-color: transparent ! important;
-	background-repeat: no-repeat ! important;
-	cursor: pointer;
-}
-
-.svc_control_start {
-	background-image: url(svc_start.png);
-}
-
-input.svc_control_start:hover, input.svc_control_start:active {
-	background-image: url(svc_start_active.png) ! important;
-}
-input.svc_control_start:disabled {
-	background-image: url(svc_start_disabled.png) ! important;
-	cursor: url('cursor-disabled.png'), default;
-}
-
-input.svc_control_restart {
-	background-image: url(svc_reload.png);
-}
-input.svc_control_restart:hover, input.svc_control_restart:active {
-	background-image: url(svc_reload_active.png) ! important;
-}
-input.svc_control_restart:disabled {
-	background-image: url(svc_reload_disabled.png) ! important;
-	cursor: url('cursor-disabled.png'), default;
-}
-
-input.svc_control_stop {
-	background-image: url(svc_stop.png);
-}
-input.svc_control_stop:hover, input.svc_control_stop:active {
-	background-image: url(svc_stop_active.png) ! important;
-}
-input.svc_control_stop:disabled {
-	background-image: url(svc_stop_disabled.png) ! important;
-	cursor: url('cursor-disabled.png'), default;
-}
-
 input[type=checkbox], input[type=radio] {
 	float: left ! important;
 	vertical-align: middle;
/cvs/cluster/conga/luci/plone-custom/sys_svc.css,v  -->  standard output
revision 1.1
--- conga/luci/plone-custom/sys_svc.css
+++ -	2007-06-28 16:02:51.173560000 +0000
@@ -0,0 +1,53 @@
+input[type=image] {
+	border: 0;
+	background: transparent;
+	padding-left: +.3333em;
+	padding-right: +.3333em;
+}
+
+input[type=image]:disabled {
+	cursor: url('cursor-disabled.png'), default;
+}
+
+input.svc_control {
+	color: transparent ! important;
+	border: none ! important;
+	outline: hidden ! important;
+	background-color: transparent ! important;
+	background-repeat: no-repeat ! important;
+	cursor: pointer;
+}
+
+.svc_control_start {
+	background-image: url(svc_start.png);
+}
+
+input.svc_control_start:hover, input.svc_control_start:active {
+	background-image: url(svc_start_active.png) ! important;
+}
+input.svc_control_start:disabled {
+	background-image: url(svc_start_disabled.png) ! important;
+	cursor: url('cursor-disabled.png'), default;
+}
+
+input.svc_control_restart {
+	background-image: url(svc_reload.png);
+}
+input.svc_control_restart:hover, input.svc_control_restart:active {
+	background-image: url(svc_reload_active.png) ! important;
+}
+input.svc_control_restart:disabled {
+	background-image: url(svc_reload_disabled.png) ! important;
+	cursor: url('cursor-disabled.png'), default;
+}
+
+input.svc_control_stop {
+	background-image: url(svc_stop.png);
+}
+input.svc_control_stop:hover, input.svc_control_stop:active {
+	background-image: url(svc_stop_active.png) ! important;
+}
+input.svc_control_stop:disabled {
+	background-image: url(svc_stop_disabled.png) ! important;
+	cursor: url('cursor-disabled.png'), default;
+}
--- conga/luci/site/luci/Extensions/LuciDB.py	2007/06/27 08:14:13	1.3
+++ conga/luci/site/luci/Extensions/LuciDB.py	2007/06/28 16:02:50	1.4
@@ -6,7 +6,6 @@
 # Free Software Foundation.
 
 from AccessControl import getSecurityManager
-import RicciQueries as rq
 from ricci_communicator import RicciCommunicator
 from LuciZopePerm import isAdmin
 from LuciSyslog import get_logger
--- conga/luci/site/luci/Extensions/ClusterModel/.cvsignore	2007/06/18 18:39:33	1.1
+++ conga/luci/site/luci/Extensions/ClusterModel/.cvsignore	2007/06/28 16:02:50	1.2
@@ -0,0 +1,2 @@
+*.pyc
+*.pyo



             reply	other threads:[~2007-06-28 16:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-28 16:02 rmccabe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-01-10 16:00 [Cluster-devel] conga/luci homebase/luci_homebase.css site/luc 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=20070628160251.10779.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).