[20977] Improvement: Formatting - 4512:4565

Sigurd Nes <[email protected]> Fri, 22 Jan 2010 09:48:32 +0000
Newsgroups gmane.comp.web.phpgroupware.cvs
Message-ID <[email protected]>
Revision: 20977
          http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20977
Author:   sigurdne
Date:     2010-01-22 09:48:32 +0000 (Fri, 22 Jan 2010)
Log Message:
-----------
Improvement: Formatting - 4512:4565

Modified Paths:
--------------
    people/sigurdne/modules/phpgwapi/trunk/templates/base/categories.xsl
    people/sigurdne/modules/phpgwapi/trunk/templates/bkbooking/css/frontend.css

Modified: people/sigurdne/modules/phpgwapi/trunk/templates/base/categories.xsl
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/templates/base/categories.xsl	2010-01-22 09:47:52 UTC (rev 20976)
+++ people/sigurdne/modules/phpgwapi/trunk/templates/base/categories.xsl	2010-01-22 09:48:32 UTC (rev 20977)
@@ -17,10 +17,8 @@
 		<xsl:variable name="lang_submit"><xsl:value-of select="lang_submit"/></xsl:variable>
 		<form method="post" action="{$select_url}">
 			<select name="{$select_name}" onChange="this.form.submit();" onMouseout="window.status='';return true;">
-				<xsl:attribute name="onMouseover">
-					<xsl:text>window.status='</xsl:text>
-						<xsl:value-of select="lang_cat_statustext"/>
-					<xsl:text>'; return true;</xsl:text>
+				<xsl:attribute name="title">
+					<xsl:value-of select="lang_cat_statustext"/>
 				</xsl:attribute>
 				<option value="none"><xsl:value-of select="lang_no_cat"/></option>
 					<xsl:apply-templates select="cat_list"/>

Modified: people/sigurdne/modules/phpgwapi/trunk/templates/bkbooking/css/frontend.css
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/templates/bkbooking/css/frontend.css	2010-01-22 09:47:52 UTC (rev 20976)
+++ people/sigurdne/modules/phpgwapi/trunk/templates/bkbooking/css/frontend.css	2010-01-22 09:48:32 UTC (rev 20977)
@@ -265,3 +265,13 @@
 #overlay-info dd { padding-left: 2em; }
 #overlay-info .close { float: right; }
 #overlay-info .actions { margin-top: 1em;}
+
+.yui-calendar td.calcell {
+	border:0px !important;
+}
+.yui-skin-sam .yui-dt TABLE TH{
+	border: none !important;
+}
+.yui-skin-sam .yui-dt TABLE TD{
+	border: none !important;
+}