[Gnucash-changes] r14112 - mail-search/trunk/templates - try nobr workalike

Joshua Sled jsled at cvs.gnucash.org
Wed May 17 20:24:10 EDT 2006


Author: jsled
Date: 2006-05-17 20:24:09 -0400 (Wed, 17 May 2006)
New Revision: 14112
Trac: http://svn.gnucash.org/trac/changeset/14112

Modified:
   mail-search/trunk/templates/NMZ.head.php_tmpl
Log:
try nobr workalike

Modified: mail-search/trunk/templates/NMZ.head.php_tmpl
===================================================================
--- mail-search/trunk/templates/NMZ.head.php_tmpl	2006-05-18 00:15:25 UTC (rev 14111)
+++ mail-search/trunk/templates/NMZ.head.php_tmpl	2006-05-18 00:24:09 UTC (rev 14112)
@@ -1,7 +1,6 @@
 <?php
 $title = "Mailing List Search";
 include("externals/header.phtml");
-include("externals/menu.phtml");
 ?>
 <style type="text/css"><!--
   strong.keyword { color: Red; }
@@ -18,6 +17,7 @@
                    font-family: monospace; 
 		   font-weight: bold; }
 --></style>
+<?php include("externals/menu.phtml"); ?>
 <div id="content">
 <h1><?= _($title); ?></h1>
 
@@ -33,19 +33,19 @@
 <strong>Display:</strong>
 <select name="max">
 <option value="10">10</option>
-<option selected value="20">20</option>
+<option selected="true" value="20">20</option>
 <option value="30">30</option>
 <option value="50">50</option>
 <option value="100">100</option>
 </select>
 <strong>Description:</strong>
 <select name="result">
-<option selected value="normal">normal</option>
+<option selected="true" value="normal">normal</option>
 <option value="short">short</option>
 </select>
 <strong>Sort:</strong>
 <select name="sort">
-<option selected value="score">by score</option>
+<option selected="true" value="score">by score</option>
 <option value="date:late">by date in late order</option>
 <option value="date:early">by date in early order</option>
 <option value="field:subject:ascending">by title in ascending order</option>
@@ -61,16 +61,16 @@
 
 <p>
 <strong>Lists to Search:</strong>
-<ul>
-<input type="checkbox" name="idxname" value="gnucash-announce">gnucash-announce
-<input type="checkbox" name="idxname" value="gnucash-devel" checked>gnucash-devel
-<input type="checkbox" name="idxname" value="gnucash-user" checked>gnucash-user
+<blockquote style="white-space: nowrap">
+<input type="checkbox" name="idxname" value="gnucash-announce" />gnucash-announce
+<input type="checkbox" name="idxname" value="gnucash-devel" checked="true">gnucash-devel
+<input type="checkbox" name="idxname" value="gnucash-user" checked="true">gnucash-user
 <input type="checkbox" name="idxname" value="gnucash-br">gnucash-br
 <input type="checkbox" name="idxname" value="gnucash-de">gnucash-de
 <input type="checkbox" name="idxname" value="gnucash-es">gnucash-es
 <input type="checkbox" name="idxname" value="gnucash-fr">gnucash-fr
 <input type="checkbox" name="idxname" value="gnucash-it">gnucash-it
-</ul>
+</blockquote>
 </p>
 </form>
 <hr />



More information about the gnucash-changes mailing list