[Erp5-report] r45112 gabriel - in /erp5/trunk/bt5/erp5_web_ung_theme: SkinTemplateItem/port...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Apr 5 22:56:54 CEST 2011
Author: gabriel
Date: Tue Apr 5 22:56:54 2011
New Revision: 45112
URL: http://svn.erp5.org?rev=45112&view=rev
Log:
fix image url
Modified:
erp5/trunk/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/ung_css/ung_calendar.css.xml
erp5/trunk/bt5/erp5_web_ung_theme/bt/revision
Modified: erp5/trunk/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/ung_css/ung_calendar.css.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/ung_css/ung_calendar.css.xml?rev=45112&r1=45111&r2=45112&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/ung_css/ung_calendar.css.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/ung_css/ung_calendar.css.xml [utf8] Tue Apr 5 22:56:54 2011
@@ -28,7 +28,9 @@
</item>
<item>
<key> <string>raw</string> </key>
- <value> <string>div.main-right {\n
+ <value> <string encoding="cdata"><![CDATA[
+
+div.main-right {\n
border-left: 0px !important;\n
width: 85.6% !important;\n
}\n
@@ -151,19 +153,19 @@ div#faddbtn.fbutton span.addcal:hover {\
}\n
\n
div#faddbtn.fbutton span.addcal {\n
- background: url("http://localhost:18080/erp5/ung_images/button_background.png") repeat scroll 0 0 transparent;\n
+ background: url(\'<dtml-var expr="portal_url()">/ung_images/button_background.png\') repeat scroll 0 0 transparent;\n
border: 1px solid #BBBBBB;\n
padding: 2px 4px;\n
background-color: #EDF1D5;\n
}\n
\n
input#bbit-cal-quickAddBTN {\n
- background: url("http://localhost:18080/erp5/ung_images/button_background.png") repeat scroll 0 0 transparent;\n
+ background: url(\'<dtml-var expr="portal_url()">/ung_images/button_background.png\') repeat scroll 0 0 transparent;\n
border: 1px solid #BBBBBB;\n
}\n
\n
div.header-left fieldset.widget div.field input[type="submit"] {\n
- background: url("http://localhost:18080/erp5/ung_images/button_background.png") repeat scroll 0 0 transparent;\n
+ background: url(\'<dtml-var expr="portal_url()">/ung_images/button_background.png\') repeat scroll 0 0 transparent;\n
border: 1px solid #BBBBBB;\n
padding-top: 1px;\n
position: relative;\n
@@ -271,7 +273,7 @@ div#display-datetime.fbutton:hover, span
}\n
\n
input#bbit-cal-quickAddBTN {\n
- background: url("http://localhost:18080/erp5/ung_images/button_background.png") repeat scroll 0 0 transparent;\n
+ background: url(\'<dtml-var expr="portal_url()">/ung_images/button_background.png\') repeat scroll 0 0 transparent;\n
border: 1px solid #BBBBBB;\n
}\n
\n
@@ -287,7 +289,9 @@ td.cb-value select {\n
a.calendar {\n
color: #000;\n
text-decoration: none;\n
-}</string> </value>
+}
+
+]]></string> </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_web_ung_theme/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web_ung_theme/bt/revision?rev=45112&r1=45111&r2=45112&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web_ung_theme/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_web_ung_theme/bt/revision [utf8] Tue Apr 5 22:56:54 2011
@@ -1 +1 @@
-334
\ No newline at end of file
+335
\ No newline at end of file
More information about the Erp5-report
mailing list