svn commit: samba r8353 - in branches/SAMBA_4_0/swat: images scripting

tpot at samba.org tpot at samba.org
Tue Jul 12 06:31:18 GMT 2005


Author: tpot
Date: 2005-07-12 06:31:17 +0000 (Tue, 12 Jul 2005)
New Revision: 8353

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8353

Log:
Use a PNG instead of a GIF for padding.  Also fixes a file not found
error as only PNG files were being installed by 'make installswat'.

Added:
   branches/SAMBA_4_0/swat/images/linkpad.png
Removed:
   branches/SAMBA_4_0/swat/images/linkpad.gif
Modified:
   branches/SAMBA_4_0/swat/scripting/common.js
   branches/SAMBA_4_0/swat/scripting/header_columns.esp
   branches/SAMBA_4_0/swat/scripting/header_plain.esp


Changeset:
Deleted: branches/SAMBA_4_0/swat/images/linkpad.gif
===================================================================
(Binary files differ)

Added: branches/SAMBA_4_0/swat/images/linkpad.png
===================================================================
(Binary files differ)


Property changes on: branches/SAMBA_4_0/swat/images/linkpad.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: branches/SAMBA_4_0/swat/scripting/common.js
===================================================================
--- branches/SAMBA_4_0/swat/scripting/common.js	2005-07-12 06:17:40 UTC (rev 8352)
+++ branches/SAMBA_4_0/swat/scripting/common.js	2005-07-12 06:31:17 UTC (rev 8353)
@@ -55,9 +55,8 @@
 */
 function always_allowed(uri) {
 	var allowed = new Array("/images/favicon.ico", 
-				"/images/linkpad.gif",
+				"/images/linkpad.png",
 				"/images/logo.png",
-				"/images/logo.gif",
 				"/style/main.css",
 				"/style/common.css");
 	for (i in allowed) {

Modified: branches/SAMBA_4_0/swat/scripting/header_columns.esp
===================================================================
--- branches/SAMBA_4_0/swat/scripting/header_columns.esp	2005-07-12 06:17:40 UTC (rev 8352)
+++ branches/SAMBA_4_0/swat/scripting/header_columns.esp	2005-07-12 06:31:17 UTC (rev 8353)
@@ -49,7 +49,7 @@
 </div>
 
 <div id="logo">
-  <div class="logo_hack"><a href="/@@global.SESSIONURI"><img src="/images/linkpad.gif" alt="SWAT" /></a></div>
+  <div class="logo_hack"><a href="/@@global.SESSIONURI"><img src="/images/linkpad.png" alt="SWAT" /></a></div>
 </div>
 
 <div class="slogan">

Modified: branches/SAMBA_4_0/swat/scripting/header_plain.esp
===================================================================
--- branches/SAMBA_4_0/swat/scripting/header_plain.esp	2005-07-12 06:17:40 UTC (rev 8352)
+++ branches/SAMBA_4_0/swat/scripting/header_plain.esp	2005-07-12 06:31:17 UTC (rev 8353)
@@ -40,7 +40,7 @@
 </div>
 
 <div id="logo">
-  <div class="logo_hack"><a href="/"><img src="/images/linkpad.gif" alt="SWAT" /></a></div>
+  <div class="logo_hack"><a href="/"><img src="/images/linkpad.png" alt="SWAT" /></a></div>
 </div>
 
 <div class="slogan">



More information about the samba-cvs mailing list