r31 - in trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko: . account/prefs attachment bug bug/create bug/votes global style

goran at sita.openmoko.org goran at sita.openmoko.org
Tue Feb 13 18:50:22 CET 2007


Author: goran
Date: 2007-02-13 18:50:17 +0100 (Tue, 13 Feb 2007)
New Revision: 31

Modified:
   trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/account/prefs/email.html.tmpl
   trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/attachment/list.html.tmpl
   trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/bug/create/create.html.tmpl
   trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/bug/edit.html.tmpl
   trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/bug/show-multiple.html.tmpl
   trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/bug/votes/list-for-user.html.tmpl
   trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/global/banner.html.tmpl
   trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/global/header.html.tmpl
   trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/index.html.tmpl
   trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/style/style.css
Log:
Bugzilla update commit

Updated font sizes, and other fixes

Modified: trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/account/prefs/email.html.tmpl
===================================================================
--- trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/account/prefs/email.html.tmpl	2007-02-13 15:51:08 UTC (rev 30)
+++ trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/account/prefs/email.html.tmpl	2007-02-13 17:50:17 UTC (rev 31)
@@ -107,21 +107,21 @@
   </tr>
 
   <tr>
-    <td align="center" width="10%">
+    <td align="center" width="10%" class="spacing_right">
       <b>Reporter</b>
     </td>
-    <td align="center" width="10%">
+    <td align="center" width="10%" class="spacing_right">
       <b>Assignee</b>
     </td>
     [% IF useqacontact %]
-      <td align="center" width="10%">
+      <td align="center" width="10%" class="spacing_right">
         <b>QA Contact</b>
       </td>
     [% END %]
-    <td align="center" width="10%">
+    <td align="center" width="10%" class="spacing_right">
       <b>CC</b>
     </td>
-    <td align="center" width="10%">
+    <td align="center" width="10%" class="spacing_right">
       <b>Voter</b>
     </td>
   </tr>
@@ -143,7 +143,7 @@
         description = 'CC field changes' },
       { name = 'Other',       
         description = 'Any field not mentioned above changes' } ] %]
-    <tr>
+    <tr class="spacing_right_tr">
       [% FOREACH role = [ "Reporter", "Owner", "QAcontact", "CClist", "Voter" ] 
        %]
         [% NEXT IF role == "QAcontact" AND NOT useqacontact %]

Modified: trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/attachment/list.html.tmpl
===================================================================
--- trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/attachment/list.html.tmpl	2007-02-13 15:51:08 UTC (rev 30)
+++ trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/attachment/list.html.tmpl	2007-02-13 17:50:17 UTC (rev 31)
@@ -18,7 +18,6 @@
   #
   # Contributor(s): Myk Melez <myk at mozilla.org>
   #%]
-
 <br>
 <table cellspacing="0" cellpadding="4" border="1">
   <tr>

Modified: trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/bug/create/create.html.tmpl
===================================================================
--- trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/bug/create/create.html.tmpl	2007-02-13 15:51:08 UTC (rev 30)
+++ trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/bug/create/create.html.tmpl	2007-02-13 17:50:17 UTC (rev 31)
@@ -17,7 +17,7 @@
   # Rights Reserved.
   #
   # Contributor(s): Gervase Markham <gerv at gerv.net>
-  #                 Ville Skyttä <ville.skytta at iki.fi>
+  #                 Ville Skytt� <ville.skytta at iki.fi>
   #%]
 
 [% PROCESS global/header.html.tmpl
@@ -49,16 +49,16 @@
   </tr>
 
   <tr>
-    <td align="right" valign="top"><strong>Reporter:</strong></td>
+    <td align="right" valign="top" class="spacing_right"><strong>Reporter:</strong></td>
     <td valign="top">[% reporter FILTER html %]</td>
     
-    <td align="right" valign="top"><strong>Product:</strong></td>
+    <td align="right" valign="top" class="spacing_right"><strong>Product:</strong></td>
     <td valign="top">[% product FILTER html %]</td>
   </tr>
   
   [%# We can't use the select block in these two cases for various reasons. %]
   <tr>
-    <td align="right" valign="top">
+    <td align="right" valign="top" class="spacing_right">
       <strong>Version:</strong>
     </td>
     <td>
@@ -71,7 +71,7 @@
       </select>
     </td>  
     
-    <td align="right" valign="top">
+    <td align="right" valign="top" class="spacing_right">
       <strong>
         <a href="describecomponents.cgi?product=[% product FILTER url_quote %]">
           Component</a>:
@@ -94,7 +94,7 @@
     <td colspan="3"></td>
   </tr>
   
-  <tr>
+  <tr class="spacing_right_tr">
     [% sel = { description => 'Platform', name => 'rep_platform' } %]
     [% INCLUDE select %]
     
@@ -102,7 +102,7 @@
     [% INCLUDE select %]
   </tr>
   
-  <tr>  
+  <tr class="spacing_right_tr">  
   [% IF Param('letsubmitterchoosepriority') %]
     [% sel = { description => 'Priority', name => 'priority' } %]
     [% INCLUDE select %]
@@ -132,7 +132,7 @@
 [% END %]
 
   <tr>
-    <td align="right">
+    <td align="right" class="spacing_right">
       <strong>
         <a href="/bugzilla/bug_status.html#assigned_to">Assigned To</a>:
       </strong>
@@ -145,7 +145,7 @@
   </tr>
   
   <tr>
-    <td align="right"><strong>Cc:</strong></td>
+    <td align="right" class="spacing_right"	><strong>Cc:</strong></td>
     <td colspan="3">
       <input name="cc" size="45" value="[% cc FILTER html %]">
     </td>
@@ -157,7 +157,7 @@
   </tr>
 
   <tr>
-    <td align="right"><strong>URL:</strong></td>
+    <td align="right" class="spacing_right"><strong>URL:</strong></td>
     <td colspan="3">
       <input name="bug_file_loc" size="60" 
              value="[% bug_file_loc FILTER html %]">
@@ -165,13 +165,13 @@
   </tr>
   
   <tr>
-    <td align="right"><strong>Summary:</strong></td>
+    <td align="right" class="spacing_right"><strong>Summary:</strong></td>
     <td colspan="3">
       <input name="short_desc" size="60" value="[% short_desc FILTER html %]">
     </td>
   </tr>
   
-  <tr><td align="right" valign="top"><strong>Description:</strong></td>
+  <tr><td align="right" valign="top" class="spacing_right"><strong>Description:</strong></td>
     <td colspan="3">
       <textarea wrap="hard" name="comment" rows="10" cols="80">
         [% comment FILTER html %]</textarea>

Modified: trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/bug/edit.html.tmpl
===================================================================
--- trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/bug/edit.html.tmpl	2007-02-13 15:51:08 UTC (rev 30)
+++ trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/bug/edit.html.tmpl	2007-02-13 17:50:17 UTC (rev 31)
@@ -43,7 +43,7 @@
 
   <table cellspacing="1" cellpadding="1" border="0">
     <tr>      
-      <td align="right">
+      <td align="right"class="spacing_right">
         <b>Bug#:</b>
       </td>
       <td>
@@ -53,12 +53,12 @@
       
       <td>&nbsp;</td>
 
-      <td align="right">
+      <td align="right"class="spacing_right">
         <b>Platform:</b>
       </td>
       [% PROCESS select selname = "rep_platform" %]
       
-      <td align="right">
+      <td align="right" class="spacing_right">
         <b>Reporter:</b>
       </td>
       <td>
@@ -67,17 +67,17 @@
     </tr>
     
     <tr>
-      <td align="right">
+      <td align="right"class="spacing_right">
         <b>Product:</b>
       </td>
       [% PROCESS select selname => "product" %]
       
-      <td align="right">
+      <td align="right"class="spacing_right">
         <b>OS:</b>
       </td>
       [% PROCESS select selname => "op_sys" %]
 
-      <td align="right">
+      <td align="right"class="spacing_right">
         <b>Add&nbsp;CC:</b>
       </td>
       <td>
@@ -88,7 +88,7 @@
 [%# *** Component Version CC Priority Severity AssignedTo Milestone *** %]    
 
     <tr>
-      <td align="right">
+      <td align="right"class="spacing_right">
         <b>
           <a href="describecomponents.cgi?product=[% bug.product FILTER url_quote %]">
             Component</a>:
@@ -106,7 +106,7 @@
 
       <td>&nbsp;</td>
  
-      <td align="right">
+      <td align="right"class="spacing_right">
         <b>Version:</b>
       </td>
       [% PROCESS select selname => "version"  %]
@@ -131,7 +131,7 @@
     </tr>
     
     <tr>
-      <td align="right">
+      <td align="right" class="spacing_right">
         <b>
           <a href="/bugzilla/bug_status.html">Status</a>:
         </b>
@@ -139,14 +139,14 @@
       <td>[% bug.bug_status FILTER html %]</td>      
       <td>&nbsp;</td>
       
-      <td align="right">
+      <td align="right" class="spacing_right">
         <b><a href="/bugzilla/bug_status.html#priority">Priority</a>:</b>
       </td>
       [% PROCESS select selname => "priority" %]
     </tr>
     
     <tr>
-      <td align="right">
+      <td align="right" class="spacing_right">
         <b>
           <a href="/bugzilla/bug_status.html">Resolution</a>:
         </b>
@@ -154,7 +154,7 @@
       <td>[% bug.resolution FILTER html %]</td>      
       <td>&nbsp;</td>
       
-      <td align="right">
+      <td align="right" class="spacing_right">
         <b><a href="/bugzilla/bug_status.html#severity">Severity</a>:</b>
       </td>
       [% PROCESS select selname = "bug_severity" %]
@@ -162,7 +162,7 @@
     </tr>
     
     <tr>
-      <td align="right">
+      <td align="right" class="spacing_right">
         <b>
           <a href="/bugzilla/bug_status.html#assigned_to">Assigned&nbsp;To</a>:
         </b>
@@ -171,7 +171,7 @@
       <td>&nbsp;</td>
  
       [% IF Param("usetargetmilestone") && bug.target_milestone %]
-        <td align="right">
+        <td align="right" class="spacing_right">
           <b>
             <a href="[% bug.milestoneurl FILTER html %]">Target Milestone</a>:
           </b>
@@ -197,7 +197,7 @@
    [% END %]
 
   <tr>
-    <td align="right">
+    <td align="right" class="spacing_right">
       <b>
         [% IF bug.bug_file_loc %]
           <a href="[% bug.bug_file_loc FILTER html %]">URL</a>:
@@ -213,7 +213,7 @@
   </tr>
   
   <tr>
-    <td align="right">
+    <td align="right" class="spacing_right">
       <b>Summary:</b>
     </td>
     <td colspan="7">
@@ -459,16 +459,14 @@
   <input type="submit" value="Commit">
   <input type="hidden" name="form_name" value="process_bug">
   <p>
-    <font size="+1">
       <b>
         <a href="show_activity.cgi?id=[% bug.bug_id %]">View Bug Activity</a>
         &nbsp; | &nbsp;
         <a href="long_list.cgi?buglist=[% bug.bug_id %]">Format For Printing</a>
       </b>
-    </font>
 
     [% IF user.canmove %]
-      &nbsp; <font size="+1"><b> | </b></font> &nbsp;
+      &nbsp; <b> | </b> &nbsp;
       <input type="submit" name="action" 
              value="[% Param("move-button-text") %]">
     [% END %]

Modified: trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/bug/show-multiple.html.tmpl
===================================================================
--- trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/bug/show-multiple.html.tmpl	2007-02-13 15:51:08 UTC (rev 30)
+++ trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/bug/show-multiple.html.tmpl	2007-02-13 17:50:17 UTC (rev 31)
@@ -45,7 +45,7 @@
   <img src="/bugzilla/1x1.gif" width="1" height="80" align="left">
   <div align="center">
     <b>
-      <font ="+3">Bug [% bug.bug_id %] - [% bug.short_desc FILTER html %]</font>
+      Bug [% bug.bug_id %] - [% bug.short_desc FILTER html %]
     </b>
   </div>
 

Modified: trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/bug/votes/list-for-user.html.tmpl
===================================================================
--- trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/bug/votes/list-for-user.html.tmpl	2007-02-13 15:51:08 UTC (rev 30)
+++ trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/bug/votes/list-for-user.html.tmpl	2007-02-13 17:50:17 UTC (rev 31)
@@ -54,11 +54,9 @@
           [% IF product.maxperbug < product.maxvotes AND
                 product.maxperbug > 1 %]
             <td>
-              <font size="-1">
                 (Note: only [% product.maxperbug %] vote
                 [% "s" IF product.maxperbug != 1 %] allowed per bug in 
                 this product.)
-              </font>
             </td>
           [% END %]
         </tr>

Modified: trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/global/banner.html.tmpl
===================================================================
--- trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/global/banner.html.tmpl	2007-02-13 15:51:08 UTC (rev 30)
+++ trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/global/banner.html.tmpl	2007-02-13 17:50:17 UTC (rev 31)
@@ -23,7 +23,7 @@
 [%# Migration note: this file corresponds to the old Param 'bannerhtml' %]
 
 	<div id="header">
-		<a href="[% Param('urlbase') %]" id="site_logo"><img src="/style/images/openmoko_logo.png" alt="openmoko.org" /></a>
+		<a href="[% Param('urlbase') %]" id="site_logo"><img src="[%bugzilla_path%]/style/images/openmoko_logo.png" alt="openmoko.org" /></a>
 		
 		<div id="main_navigation">
 			<ul>

Modified: trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/global/header.html.tmpl
===================================================================
--- trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/global/header.html.tmpl	2007-02-13 15:51:08 UTC (rev 30)
+++ trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/global/header.html.tmpl	2007-02-13 17:50:17 UTC (rev 31)
@@ -36,7 +36,8 @@
   h2 = ""
   bgcolor = "#FFFFFF"
   onload = ""
-  skin_name = "openmoko"
+  #skin_name = "openmoko"
+  #bugzilla_path = "/openmoko_bugzilla";
 %]
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
@@ -59,7 +60,7 @@
       </style>
     [% END %]
     
-    <link href="/style/style.css" rel="stylesheet" type="text/css" />
+    <link href="[%bugzilla_path%]/style/style.css" rel="stylesheet" type="text/css" />
     
     [% IF style_urls %]
       [% FOREACH style_url = style_urls %]

Modified: trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/index.html.tmpl
===================================================================
--- trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/index.html.tmpl	2007-02-13 15:51:08 UTC (rev 30)
+++ trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/index.html.tmpl	2007-02-13 17:50:17 UTC (rev 31)
@@ -79,7 +79,7 @@
   </p>
   </form>
  </td>
- <td align="right"><img src="/style/images/home_img.png" border="0" alt="openmoko_bugzilla"></td>
+ <td align="right"><img src="[%bugzilla_path%]/style/images/home_img.png" border="0" alt="openmoko_bugzilla"></td>
 </tr></table>
 
 <script type="text/javascript" language="JavaScript" src="/bugzilla/localconfig.js"></script>

Modified: trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/style/style.css
===================================================================
--- trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/style/style.css	2007-02-13 15:51:08 UTC (rev 30)
+++ trunk/bugzilla.openmoko.org/var_lib_bugzilla_template_en_openmoko/style/style.css	2007-02-13 17:50:17 UTC (rev 31)
@@ -8,7 +8,7 @@
 	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, Helvetica, sans-serif;
 	color: #333;
 /*	background: #F1F1F1 none repeat scroll 0%;*/
-	font-size: 15px !important;
+	font-size: 1em;
 }
 
 body {
@@ -17,12 +17,12 @@
 
 pre {
 	font-family:"Lucida Console", "Courier New", Courier, mono;
-	color: #888;
-	font-size: 0.9em;
+	color: #333;
 }
 
 fieldset {
 	border: 1px solid #ddd;
+	padding: 5px 13px;
 }
 
 h1 {
@@ -48,6 +48,10 @@
 	border-color: #ddd;
 }
 
+label {
+	font-size: 1.2em !important;
+}
+
 /*.header {
 	margin: 0px 0px 0px 0px;
 	padding: 0px 20px;
@@ -75,7 +79,7 @@
 .page_title {
 	clear: both;
 	background: #eee;
-	padding: 7px 10px 7px 53px;
+	padding: 7px 10px 7px 37px;
 	font-size: 1em;
 	margin: 0px 0px 10px 0px;
 }
@@ -108,8 +112,8 @@
 	font-size: 0.9em !important;
 }
 
-.container table,
-.container p a {
+.container table{
+
 	font-size: 0.9em !important;
 }
 
@@ -223,4 +227,12 @@
 .nav_lists {
 	background-image:url(images/navigation/lists.png);
 	width: 53px;
-} 
\ No newline at end of file
+}
+
+.spacing_right {
+	padding-right: 5px;
+}
+
+.spacing_right_tr td {
+	padding-right: 5px;
+}
\ No newline at end of file





More information about the webdesign-commitlog mailing list