r1244: Adding the template diff file
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 12 Oct 2006 01:36:51 +0000 (01:36 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 12 Oct 2006 01:36:51 +0000 (01:36 +0000)
install/templates/1.1.0 - 1.1.1.diff [new file with mode: 0644]

diff --git a/install/templates/1.1.0 - 1.1.1.diff b/install/templates/1.1.0 - 1.1.1.diff
new file mode 100644 (file)
index 0000000..335072b
--- /dev/null
@@ -0,0 +1,345 @@
+Index: register.tpl
+===================================================================
+--- register.tpl       (.../tags/1.1.0/templates)      (revision 1243)
++++ register.tpl       (.../trunk/templates)   (revision 1243)
+@@ -11,7 +11,7 @@
+ $header
+ <if condition="$show['errors']">
+-<div class="error">
++<div class="error" style="text-align: $stylevar[left]">
+       {@"The following errors occurred"}:
+       {$message->process}
+ </div>
+Index: newreport.tpl
+===================================================================
+--- newreport.tpl      (.../tags/1.1.0/templates)      (revision 1243)
++++ newreport.tpl      (.../trunk/templates)   (revision 1243)
+@@ -12,7 +12,7 @@
+ $header
+ <if condition="$show['errors']">
+-<div class="error">
++<div class="error" style="text-align: $stylevar[left]">
+       {@"The following errors occurred"}:
+       {$message->process}
+ </div>
+Index: showreport_comment.tpl
+===================================================================
+--- showreport_comment.tpl     (.../tags/1.1.0/templates)      (revision 1243)
++++ showreport_comment.tpl     (.../trunk/templates)   (revision 1243)
+@@ -1,8 +1,8 @@
+ <!-- comment $comment[commentid] -->
+ <div class="box">
+-      <div class="box-head">
+-              <span style="float: right">$comment[posttime]</span>
++      <div class="box-head" style="text-align: $stylevar[left]">
++              <span style="float: $stylevar[right]">$comment[posttime]</span>
+               $comment[postby]
+       </div>
+       
+@@ -11,8 +11,8 @@
+       </div>
+       
+       <if condition="$show['editcomment']">
+-      <div class="box-foot">
+-              <span style="float: right">
++      <div class="box-foot" style="text-align: $stylevar[left]">
++              <span style="float: $stylevar[right]">
+                       <if condition="$show['delete']">[<a href="editcomment.php?do=delete&amp;commentid=$comment[commentid]">{@"Delete"}</a>]</if>
+                       [<a href="editcomment.php?commentid=$comment[commentid]">{@"Edit Comment"}</a>]
+               </span>
+Index: std_message.tpl
+===================================================================
+--- std_message.tpl    (.../tags/1.1.0/templates)      (revision 1243)
++++ std_message.tpl    (.../trunk/templates)   (revision 1243)
+@@ -18,9 +18,9 @@
+ <div align="center" style="margin-top: 10px">
+       <div class="box" style="width: $stylevar[alternate_width]">
+-              <div class="box-head"><if condition="$show['confirm']">{@"Confirm"}<else />{@"Notice"}</if></div>
++              <div class="box-head" style="text-align: $stylevar[left]"><if condition="$show['confirm']">{@"Confirm"}<else />{@"Notice"}</if></div>
+               
+-              <div class="box-mid box-overpad">
++              <div class="box-mid box-overpad" style="text-align: $stylevar[left]">
+                       {$this->process}
+                       
+                       <if condition="$show['confirm']">
+Index: std_error.tpl
+===================================================================
+--- std_error.tpl      (.../tags/1.1.0/templates)      (revision 1243)
++++ std_error.tpl      (.../trunk/templates)   (revision 1243)
+@@ -12,9 +12,9 @@
+ <div align="center" style="margin-top: 10px">
+       <div class="box" style="width: $stylevar[alternate_width]">
+-              <div class="box-head">{@"Error"}</div>
++              <div class="box-head" style="text-align: $stylevar[left]">{@"Error"}</div>
+               
+-              <div class="box-mid box-overpad">
++              <div class="box-mid box-overpad" style="text-align: $stylevar[left]">
+                       {$this->process}
+               </div>
+       </div>
+Index: userctrl.tpl
+===================================================================
+--- userctrl.tpl       (.../tags/1.1.0/templates)      (revision 1243)
++++ userctrl.tpl       (.../trunk/templates)   (revision 1243)
+@@ -15,7 +15,7 @@
+ <input type="hidden" name="do" value="update" />
+ <if condition="$show['errors']">
+-<div class="error">
++<div class="error" style="text-align: $stylevar[left]">
+       {@"The following errors occurred"}:
+       {$message->process}
+ </div>
+@@ -26,7 +26,7 @@
+               <td width="50%">
+                       <div class="box">
+                               <!-- user options -->
+-                              <div class="box-head">{@"User Options"}</div>
++                              <div class="box-head" style="text-align: $stylevar[left]">{@"User Options"}</div>
+                               
+                               <div class="box-mid">
+                                       <fieldset>
+@@ -70,7 +70,7 @@
+               <!-- password and email -->
+               <td>
+                       <div class="box">
+-                              <div class="box-head">
++                              <div class="box-head" style="text-align: $stylevar[left]">
+                                       {@"Please enter your password to change these fields"}:
+                                       <br />
+                                       
+@@ -109,7 +109,7 @@
+               <!-- email options -->
+               <td>
+                       <div class="box">
+-                              <div class="box-head">{@"Email Options"}</div>
++                              <div class="box-head" style="text-align: $stylevar[left]">{@"Email Options"}</div>
+                               
+                               <div class="box-mid">
+                                       <table cellspacing="2" cellpadding="1" border="0" style="width: 100%">
+@@ -123,17 +123,17 @@
+                                       </tr>
+                                       
+                                       <tr style="text-align: center; background-color: $stylevar[alt_color]">
+-                                              <td style="text-align: left">{@"New bug is added"}</td>
++                                              <td style="text-align: $stylevar[left]">{@"New bug is added"}</td>
+                                               <td colspan="5"><input type="checkbox" name="emailopts[0][2048]"{$checked[0][2048]} value="1" /></td>
+                                       </tr>
+                                       
+                                       <tr style="text-align: center">
+-                                              <td style="text-align: left">{@"I am made the assignee"}</td>
++                                              <td style="text-align: $stylevar[left]">{@"I am made the assignee"}</td>
+                                               <td colspan="5"><input type="checkbox" name="emailopts[0][32]"{$checked[0][32]} value="1" /></td>
+                                       </tr>
+                                       
+                                       <tr style="text-align: center; background-color: $stylevar[alt_color]">
+-                                              <td style="text-align: left">{@"Status or resolution changes"}</td>
++                                              <td style="text-align: $stylevar[left]">{@"Status or resolution changes"}</td>
+                                               <td><input type="checkbox" name="emailopts[1][64]"{$checked[1][64]} value="1" /></td>
+                                               <td><input type="checkbox" name="emailopts[2][64]"{$checked[2][64]} value="1" /></td>
+                                               <td><input type="checkbox" name="emailopts[4][64]"{$checked[4][64]} value="1" /></td>
+@@ -142,7 +142,7 @@
+                                       </tr>
+                                       
+                                       <tr style="text-align: center">
+-                                              <td style="text-align: left">{@"'Duplicates' field is changed"}</td>
++                                              <td style="text-align: $stylevar[left]">{@"'Duplicates' field is changed"}</td>
+                                               <td><input type="checkbox" name="emailopts[1][128]"{$checked[1][128]} value="1" /></td>
+                                               <td><input type="checkbox" name="emailopts[2][128]"{$checked[2][128]} value="1" /></td>
+                                               <td><input type="checkbox" name="emailopts[4][128]"{$checked[4][128]} value="1" /></td>
+@@ -151,7 +151,7 @@
+                                       </tr>
+                                       
+                                       <tr style="text-align: center; background-color: $stylevar[alt_color]">
+-                                              <td style="text-align: left">{@"A new comment is added"}</td>
++                                              <td style="text-align: $stylevar[left]">{@"A new comment is added"}</td>
+                                               <td><input type="checkbox" name="emailopts[1][256]"{$checked[1][256]} value="1" /></td>
+                                               <td><input type="checkbox" name="emailopts[2][256]"{$checked[2][256]} value="1" /></td>
+                                               <td><input type="checkbox" name="emailopts[4][256]"{$checked[4][256]} value="1" /></td>
+@@ -160,7 +160,7 @@
+                                       </tr>
+                                       
+                                       <tr style="text-align: center">
+-                                              <td style="text-align: left">{@"A new attachment is added"}</td>
++                                              <td style="text-align: $stylevar[left]">{@"A new attachment is added"}</td>
+                                               <td><input type="checkbox" name="emailopts[1][512]"{$checked[1][512]} value="1" /></td>
+                                               <td><input type="checkbox" name="emailopts[2][512]"{$checked[2][512]} value="1" /></td>
+                                               <td><input type="checkbox" name="emailopts[4][512]"{$checked[4][512]} value="1" /></td>
+@@ -169,7 +169,7 @@
+                                       </tr>
+                                       
+                                       <tr style="text-align: center; background-color: $stylevar[alt_color]">
+-                                              <td style="text-align: left">{@"Any other field changes"}</td>
++                                              <td style="text-align: $stylevar[left]">{@"Any other field changes"}</td>
+                                               <td><input type="checkbox" name="emailopts[1][1024]"{$checked[1][1024]} value="1" /></td>
+                                               <td><input type="checkbox" name="emailopts[2][1024]"{$checked[2][1024]} value="1" /></td>
+                                               <td><input type="checkbox" name="emailopts[4][1024]"{$checked[4][1024]} value="1" /></td>
+@@ -185,7 +185,7 @@
+               <!-- display options -->
+               <td>
+                       <div class="box">
+-                              <div class="box-head">{@"Bug List Display Options"}</div>
++                              <div class="box-head" style="text-align: $stylevar[left]">{@"Bug List Display Options"}</div>
+                               
+                               <div class="box-mid">
+                                       <fieldset>
+Index: editcomment.tpl
+===================================================================
+--- editcomment.tpl    (.../tags/1.1.0/templates)      (revision 1243)
++++ editcomment.tpl    (.../trunk/templates)   (revision 1243)
+@@ -11,7 +11,7 @@
+ $header
+ <if condition="$show['errors']">
+-<div class="error">
++<div class="error" style="text-align: $stylevar[left]">
+       {@"The following errors occurred"}:
+       {$message->process}
+ </div>
+@@ -22,13 +22,13 @@
+ <input type="hidden" name="commentid" value="$comment[commentid]" />
+ <div class="box">
+-      <div class="box-head">
++      <div class="box-head" style="text-align: $stylevar[left]">
+               <lang 1="$comment[commentid]" 2="$bug[bugid]" 3="$bug[summary]">{@"Comment #%1$s in bug #%2$s <em>%3$s</em>"}</lang>
+       </div>
+       
+-      <div class="box-foot box-margmod-bottom"><lang 1="$comment[posttime]" 2="$comment[postby]">{@"Posted on %1$s by %2$s"}</lang></div>
++      <div class="box-foot box-margmod-bottom" style="text-align: $stylevar[left]"><lang 1="$comment[posttime]" 2="$comment[postby]">{@"Posted on %1$s by %2$s"}</lang></div>
+       
+-      <div class="box-mid">
++      <div class="box-mid" style="text-align: $stylevar[left]">
+               <if condition="$show['hide']"><div><strong<if condition="$comment['hidden']"> style="color: red"</if>>{@"Hidden"}:</strong> <input type="checkbox" name="hidden" value="1"<if condition="$comment['hidden']"> checked="checked"</if> /></div></if>
+               <textarea name="comment" cols="50" rows="15" style="width: 100%">$comment[comment]</textarea>
+       </div>
+Index: editattach.tpl
+===================================================================
+--- editattach.tpl     (.../tags/1.1.0/templates)      (revision 1243)
++++ editattach.tpl     (.../trunk/templates)   (revision 1243)
+@@ -16,15 +16,15 @@
+ <input name="attachmentid" type="hidden" value="$attachment[attachmentid]" />
+ <div class="box">
+-      <div class="box-head">
++      <div class="box-head" style="text-align: $stylevar[left]">
+               <lang 1="$attachment[attachmentid]" 2="$bug[bugid]" 3="$bug[summary]">{@"Attachment #%1$s for Bug #%2$s %3$s"}</lang>
+       </div>
+       
+-      <div class="box-mid box-margmod-bottom">
++      <div class="box-mid box-margmod-bottom" style="text-align: $stylevar[left]">
+               <div><strong>{@"Attachment"}:</strong> <a href="viewattachment.php?attachmentid=$attachment[attachmentid]">{@"View"}</a> [$attachment[filename]]</div>
+       </div>
+       
+-      <div class="box-mid">
++      <div class="box-mid" style="text-align: $stylevar[left]">
+               <div><strong>{@"Description"}:</strong> <input name="description" type="text" size="35" value="$attachment[description]" /></div>
+               <div><strong>{@"Obsolete"}:</strong> <input name="obsolete" type="checkbox" value="1"<if condition="$attachment['obsolete']"> checked="checked"</if> /></div>
+       </div>
+Index: newattach.tpl
+===================================================================
+--- newattach.tpl      (.../tags/1.1.0/templates)      (revision 1243)
++++ newattach.tpl      (.../trunk/templates)   (revision 1243)
+@@ -11,7 +11,7 @@
+ $header
+ <if condition="$show['errors']">
+-<div class="error">
++<div class="error" style="text-align: $stylevar[left]">
+       {@"The following errors occurred"}:
+       {$message->process}
+ </div>
+@@ -24,15 +24,15 @@
+ <input name="MAX_FILE_SIZE" type="hidden" value="$MAXFILESIZE" />
+ <div class="box">
+-      <div class="box-head"><lang 1="$bug[bugid]" 2="$bug[summary]">{@"New Attachment for Bug #%1$s %2$s"}</lang></div>
++      <div class="box-head" style="text-align: $stylevar[left]"><lang 1="$bug[bugid]" 2="$bug[summary]">{@"New Attachment for Bug #%1$s %2$s"}</lang></div>
+       
+-      <div class="box-mid box-margmod-bottom">
++      <div class="box-mid box-margmod-bottom" style="text-align: $stylevar[left]">
+               <div><input name="attachment" type="file" /></div>
+               <div><strong>{@"Description"}:</strong> <input name="description" type="text" size="35" value="{$bugsys->in['description']}" /></div>
+       </div>
+       
+       <if condition="$show['obsoletes']">
+-      <div class="box-mid box-margmod-bottom">
++      <div class="box-mid box-margmod-bottom" style="text-align: $stylevar[left]">
+               <div><strong>{@"Mark the Following Attachments Obsolete"}:</strong>
+                       $obsoletes
+               </div>
+@@ -40,7 +40,7 @@
+       </if>
+       
+       <if condition="$show['addcomment']">
+-      <div class="box-mid">
++      <div class="box-mid" style="text-align: $stylevar[left]">
+               <div><strong>{@"Add Comment"}:</strong>
+                       <div>
+                               <textarea name="comment" rows="10" cols="50" style="width: 100%">{$bugsys->in['comment']}</textarea>
+Index: search_results.tpl
+===================================================================
+--- search_results.tpl (.../tags/1.1.0/templates)      (revision 1243)
++++ search_results.tpl (.../trunk/templates)   (revision 1243)
+@@ -29,7 +29,7 @@
+ <if condition="$show['pagenav']">
+ <!-- pagenav -->
+-<div align="right">
++<div align="$stylevar[right]">
+ $pagenav
+ </div>
+ <!-- / pagenav -->
+Index: quicksearch.tpl
+===================================================================
+--- quicksearch.tpl    (.../tags/1.1.0/templates)      (revision 1243)
++++ quicksearch.tpl    (.../trunk/templates)   (revision 1243)
+@@ -12,11 +12,11 @@
+ <div align="center" style="margin-top: 10px">
+       <div class="box" style="width: $stylevar[alternate_width]">
+-              <div class="box-head">{@"Quick Search"}</div>
++              <div class="box-head" style="text-align: $stylevar[left]">{@"Quick Search"}</div>
+               
+-              <div class="box-mid box-overpad">
++              <div class="box-mid box-overpad" style="text-align: $stylevar[left]">
+                       <if condition="$error">
+-                              <div class="error" style="margin-bottom: 5px">$error</div>
++                              <div class="error" style="margin-bottom: 5px; text-align: $stylevar[left]">$error</div>
+                       </if>
+                       
+                       <form name="quicksearch" action="showreport.php" method="post" class="form">
+Index: trackerhome.tpl
+===================================================================
+--- trackerhome.tpl    (.../tags/1.1.0/templates)      (revision 1243)
++++ trackerhome.tpl    (.../trunk/templates)   (revision 1243)
+@@ -23,7 +23,7 @@
+ <if condition="$show['pagenav']">
+ <!-- pagenav -->
+-<div align="right">
++<div align="$stylevar[right]">
+ $pagenav
+ </div>
+ <!-- / pagenav -->
+Index: std_redirect.tpl
+===================================================================
+--- std_redirect.tpl   (.../tags/1.1.0/templates)      (revision 1243)
++++ std_redirect.tpl   (.../trunk/templates)   (revision 1243)
+@@ -13,9 +13,9 @@
+ <div align="center" style="margin-top: 10px">
+       <div class="box" style="width: $stylevar[alternate_width]">
+-              <div class="box-head">{@"Redirect..."}</div>
++              <div class="box-head" style="text-align: $stylevar[left]">{@"Redirect..."}</div>
+               
+-              <div class="box-mid box-overpad">
++              <div class="box-mid box-overpad" style="text-align: $stylevar[left]">
+                       {$this->process}
+                       
+                       <br />