Author: tpot
Date: 2005-07-13 00:43:00 +0000 (Wed, 13 Jul 2005)
New Revision: 8403

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

Log:
Reinstate linkpad.gif at Deryck's suggestion.

Install *.gif from swat/images when installing swat.

Added:
   branches/SAMBA_4_0/swat/images/linkpad.gif
Removed:
   branches/SAMBA_4_0/swat/images/linkpad.png
Modified:
   branches/SAMBA_4_0/source/script/installswat.sh
   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:
Modified: branches/SAMBA_4_0/source/script/installswat.sh
===================================================================
--- branches/SAMBA_4_0/source/script/installswat.sh     2005-07-13 00:26:52 UTC 
(rev 8402)
+++ branches/SAMBA_4_0/source/script/installswat.sh     2005-07-13 00:43:00 UTC 
(rev 8403)
@@ -22,7 +22,7 @@
 
 installdir *.esp
 installdir esptest/*.esp esptest/*.js
-installdir images/*.png images/*.ico
+installdir images/*.png images/*.ico images/*.gif
 installdir scripting/*.ejs scripting/*.esp scripting/*.js
 installdir style/*.css
 installdir docs/*.js

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


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

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

Modified: branches/SAMBA_4_0/swat/scripting/common.js
===================================================================
--- branches/SAMBA_4_0/swat/scripting/common.js 2005-07-13 00:26:52 UTC (rev 
8402)
+++ branches/SAMBA_4_0/swat/scripting/common.js 2005-07-13 00:43:00 UTC (rev 
8403)
@@ -71,7 +71,7 @@
 */
 function always_allowed(uri) {
        var allowed = new Array("/images/favicon.ico", 
-                               "/images/linkpad.png",
+                               "/images/linkpad.gif",
                                "/images/logo.png",
                                "/style/main.css",
                                "/style/common.css");

Modified: branches/SAMBA_4_0/swat/scripting/header_columns.esp
===================================================================
--- branches/SAMBA_4_0/swat/scripting/header_columns.esp        2005-07-13 
00:26:52 UTC (rev 8402)
+++ branches/SAMBA_4_0/swat/scripting/header_columns.esp        2005-07-13 
00:43:00 UTC (rev 8403)
@@ -49,7 +49,7 @@
 </div>
 
 <div id="logo">
-  <div class="logo_hack"><a href="/@@global.SESSIONURI"><img 
src="/images/linkpad.png" alt="SWAT" /></a></div>
+  <div class="logo_hack"><a href="/@@global.SESSIONURI"><img 
src="/images/linkpad.gif" 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-13 00:26:52 UTC 
(rev 8402)
+++ branches/SAMBA_4_0/swat/scripting/header_plain.esp  2005-07-13 00:43:00 UTC 
(rev 8403)
@@ -40,7 +40,7 @@
 </div>
 
 <div id="logo">
-  <div class="logo_hack"><a href="/"><img src="/images/linkpad.png" alt="SWAT" 
/></a></div>
+  <div class="logo_hack"><a href="/"><img src="/images/linkpad.gif" alt="SWAT" 
/></a></div>
 </div>
 
 <div class="slogan">

Reply via email to