[Gnucash-changes] r14420 - htdocs/branches/beta/externals - ensure original/basic style is in the alternates by titling it (c'mon moz...)

Joshua Sled jsled at cvs.gnucash.org
Fri Jun 23 22:23:41 EDT 2006


Author: jsled
Date: 2006-06-23 22:23:41 -0400 (Fri, 23 Jun 2006)
New Revision: 14420
Trac: http://svn.gnucash.org/trac/changeset/14420

Modified:
   htdocs/branches/beta/externals/header.phtml
Log:
ensure original/basic style is in the alternates by titling it (c'mon moz...)


Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2006-06-24 02:17:59 UTC (rev 14419)
+++ htdocs/branches/beta/externals/header.phtml	2006-06-24 02:23:41 UTC (rev 14420)
@@ -2,7 +2,7 @@
 <html>
 <head>
 
-<link rel="<?= (isset($_GET['style'])) ? "alternate " : ""?>stylesheet" href="<?=$top_dir?>/externals/gnucash.css" type="text/css" />
+<link rel="<?= (isset($_GET['style'])) ? "alternate " : ""?>stylesheet" href="<?=$top_dir?>/externals/gnucash.css" type="text/css" title="original (Basic)" />
 <link rel="<?= ($_GET['style'] == '0') ? "" : "alternate "?>stylesheet" href="<?=$top_dir?>/externals/option0.css" type="text/css" title="simplicity" />
 <link rel="<?= ($_GET['style'] == '0-a') ? "" : "alternate "?>stylesheet" href="<?=$top_dir?>/externals/option0-a.css" type="text/css" title="simplicity and links" />
 <link rel="<?= ($_GET['style'] == '1') ? "" : "alternate "?>stylesheet" href="<?=$top_dir?>/externals/option1.css" type="text/css" title="lighter" />



More information about the gnucash-changes mailing list