[Gnucash-changes] r14087 - htdocs/trunk - move webding into externals; update css and menu accordingly.

Joshua Sled jsled at cvs.gnucash.org
Tue May 16 22:27:59 EDT 2006


Author: jsled
Date: 2006-05-16 22:27:59 -0400 (Tue, 16 May 2006)
New Revision: 14087
Trac: http://svn.gnucash.org/trac/changeset/14087

Added:
   htdocs/trunk/externals/webding.png
Removed:
   htdocs/trunk/images/webding.png
Modified:
   htdocs/trunk/README
   htdocs/trunk/externals/gnucash.css
   htdocs/trunk/externals/menu.phtml
Log:
move webding into externals; update css and menu accordingly.

Modified: htdocs/trunk/README
===================================================================
--- htdocs/trunk/README	2006-05-17 00:38:17 UTC (rev 14086)
+++ htdocs/trunk/README	2006-05-17 02:27:59 UTC (rev 14087)
@@ -1,9 +1,3 @@
-TODO:
-- should externals/gnucash.css reference "../images/webding.png"?
-
-
-------------------------------
-
 Notes about multi-lingual gnucash website content.
 
 - all pages must call lang.php to bring in gettext support.

Modified: htdocs/trunk/externals/gnucash.css
===================================================================
--- htdocs/trunk/externals/gnucash.css	2006-05-17 00:38:17 UTC (rev 14086)
+++ htdocs/trunk/externals/gnucash.css	2006-05-17 02:27:59 UTC (rev 14087)
@@ -138,14 +138,14 @@
    padding: 0;
 }
 
-#news	{
+#news {
    float: left;
    width: 20%;
 }
 
 #news LI 
 {
-  list-style-image: url(../images/webding.png);
+  list-style-image: url(webding.png);
 }
 
 .highlight {

Modified: htdocs/trunk/externals/menu.phtml
===================================================================
--- htdocs/trunk/externals/menu.phtml	2006-05-17 00:38:17 UTC (rev 14086)
+++ htdocs/trunk/externals/menu.phtml	2006-05-17 02:27:59 UTC (rev 14087)
@@ -7,7 +7,7 @@
 <div id="news">
 <div class="othernews">
   <span class="linktop">
-    <img class="dot" src="<?=$top_dir?>/images/webding.png" alt="marker">
+    <img class="dot" src="<?=$top_dir?>/externals/webding.png" alt="marker">
     <b><?= _("Information")?></b>
   </span>
   <ul>
@@ -18,7 +18,7 @@
 </div>
 <div class="othernews">
   <span class="linktop">
-    <img class="dot" src="<?=$top_dir?>/images/webding.png" alt="marker" />
+    <img class="dot" src="<?=$top_dir?>/externals/webding.png" alt="marker" />
     <b><?=_("Documentation")?></b></span>
     <ul>
       <li><a href="http://wiki.gnucash.org/wiki/FAQ"><?=_("FAQ")?></a></li>
@@ -46,7 +46,7 @@
 <div class="othernews">
   <!-- ?php include("$top_dir/externals/menu-downloads.phtml");? -->
   <span class="linktop">
-    <img class="dot" src="<?=$top_dir?>/images/webding.png" alt="marker" />
+    <img class="dot" src="<?=$top_dir?>/externals/webding.png" alt="marker" />
     <b>Downloads</b>
   </span>
   <ul>
@@ -59,7 +59,7 @@
 <div class="othernews">
   <!-- ?php include("$top_dir/externals/menu-developer.phtml");? -->
   <span class="linktop">
-    <img class="dot" src="<?=$top_dir?>/images/webding.png" alt="marker">
+    <img class="dot" src="<?=$top_dir?>/externals/webding.png" alt="marker">
     <b><?=_("Developer Information")?></b>
   </span>
   <ul>
@@ -72,7 +72,7 @@
 <div class="othernews">
   <!-- ?php include("$top_dir/externals/menu-other.phtml");? -->
   <span class="linktop">
-    <img class="dot" src="<?=$top_dir?>/images/webding.png" alt="marker">
+    <img class="dot" src="<?=$top_dir?>/externals/webding.png" alt="marker">
     <b><?=_("Other Information")?></b>
   </span>
   <ul>

Copied: htdocs/trunk/externals/webding.png (from rev 13993, htdocs/trunk/images/webding.png)

Deleted: htdocs/trunk/images/webding.png
===================================================================
(Binary files differ)



More information about the gnucash-changes mailing list