2 ===================================================================
3 --- register.tpl (.../tags/1.1.0/templates) (revision 1243)
4 +++ register.tpl (.../trunk/templates) (revision 1243)
8 <if condition="$show['errors']">
10 +<div class="error" style="text-align: $stylevar[left]">
11 {@"The following errors occurred"}:
15 ===================================================================
16 --- newreport.tpl (.../tags/1.1.0/templates) (revision 1243)
17 +++ newreport.tpl (.../trunk/templates) (revision 1243)
21 <if condition="$show['errors']">
23 +<div class="error" style="text-align: $stylevar[left]">
24 {@"The following errors occurred"}:
27 Index: showreport_comment.tpl
28 ===================================================================
29 --- showreport_comment.tpl (.../tags/1.1.0/templates) (revision 1243)
30 +++ showreport_comment.tpl (.../trunk/templates) (revision 1243)
33 <!-- comment $comment[commentid] -->
35 - <div class="box-head">
36 - <span style="float: right">$comment[posttime]</span>
37 + <div class="box-head" style="text-align: $stylevar[left]">
38 + <span style="float: $stylevar[right]">$comment[posttime]</span>
45 <if condition="$show['editcomment']">
46 - <div class="box-foot">
47 - <span style="float: right">
48 + <div class="box-foot" style="text-align: $stylevar[left]">
49 + <span style="float: $stylevar[right]">
50 <if condition="$show['delete']">[<a href="editcomment.php?do=delete&commentid=$comment[commentid]">{@"Delete"}</a>]</if>
51 [<a href="editcomment.php?commentid=$comment[commentid]">{@"Edit Comment"}</a>]
53 Index: std_message.tpl
54 ===================================================================
55 --- std_message.tpl (.../tags/1.1.0/templates) (revision 1243)
56 +++ std_message.tpl (.../trunk/templates) (revision 1243)
59 <div align="center" style="margin-top: 10px">
60 <div class="box" style="width: $stylevar[alternate_width]">
61 - <div class="box-head"><if condition="$show['confirm']">{@"Confirm"}<else />{@"Notice"}</if></div>
62 + <div class="box-head" style="text-align: $stylevar[left]"><if condition="$show['confirm']">{@"Confirm"}<else />{@"Notice"}</if></div>
64 - <div class="box-mid box-overpad">
65 + <div class="box-mid box-overpad" style="text-align: $stylevar[left]">
68 <if condition="$show['confirm']">
70 ===================================================================
71 --- std_error.tpl (.../tags/1.1.0/templates) (revision 1243)
72 +++ std_error.tpl (.../trunk/templates) (revision 1243)
75 <div align="center" style="margin-top: 10px">
76 <div class="box" style="width: $stylevar[alternate_width]">
77 - <div class="box-head">{@"Error"}</div>
78 + <div class="box-head" style="text-align: $stylevar[left]">{@"Error"}</div>
80 - <div class="box-mid box-overpad">
81 + <div class="box-mid box-overpad" style="text-align: $stylevar[left]">
86 ===================================================================
87 --- userctrl.tpl (.../tags/1.1.0/templates) (revision 1243)
88 +++ userctrl.tpl (.../trunk/templates) (revision 1243)
90 <input type="hidden" name="do" value="update" />
92 <if condition="$show['errors']">
94 +<div class="error" style="text-align: $stylevar[left]">
95 {@"The following errors occurred"}:
101 <!-- user options -->
102 - <div class="box-head">{@"User Options"}</div>
103 + <div class="box-head" style="text-align: $stylevar[left]">{@"User Options"}</div>
105 <div class="box-mid">
108 <!-- password and email -->
111 - <div class="box-head">
112 + <div class="box-head" style="text-align: $stylevar[left]">
113 {@"Please enter your password to change these fields"}:
117 <!-- email options -->
120 - <div class="box-head">{@"Email Options"}</div>
121 + <div class="box-head" style="text-align: $stylevar[left]">{@"Email Options"}</div>
123 <div class="box-mid">
124 <table cellspacing="2" cellpadding="1" border="0" style="width: 100%">
125 @@ -123,17 +123,17 @@
128 <tr style="text-align: center; background-color: $stylevar[alt_color]">
129 - <td style="text-align: left">{@"New bug is added"}</td>
130 + <td style="text-align: $stylevar[left]">{@"New bug is added"}</td>
131 <td colspan="5"><input type="checkbox" name="emailopts[0][2048]"{$checked[0][2048]} value="1" /></td>
134 <tr style="text-align: center">
135 - <td style="text-align: left">{@"I am made the assignee"}</td>
136 + <td style="text-align: $stylevar[left]">{@"I am made the assignee"}</td>
137 <td colspan="5"><input type="checkbox" name="emailopts[0][32]"{$checked[0][32]} value="1" /></td>
140 <tr style="text-align: center; background-color: $stylevar[alt_color]">
141 - <td style="text-align: left">{@"Status or resolution changes"}</td>
142 + <td style="text-align: $stylevar[left]">{@"Status or resolution changes"}</td>
143 <td><input type="checkbox" name="emailopts[1][64]"{$checked[1][64]} value="1" /></td>
144 <td><input type="checkbox" name="emailopts[2][64]"{$checked[2][64]} value="1" /></td>
145 <td><input type="checkbox" name="emailopts[4][64]"{$checked[4][64]} value="1" /></td>
149 <tr style="text-align: center">
150 - <td style="text-align: left">{@"'Duplicates' field is changed"}</td>
151 + <td style="text-align: $stylevar[left]">{@"'Duplicates' field is changed"}</td>
152 <td><input type="checkbox" name="emailopts[1][128]"{$checked[1][128]} value="1" /></td>
153 <td><input type="checkbox" name="emailopts[2][128]"{$checked[2][128]} value="1" /></td>
154 <td><input type="checkbox" name="emailopts[4][128]"{$checked[4][128]} value="1" /></td>
158 <tr style="text-align: center; background-color: $stylevar[alt_color]">
159 - <td style="text-align: left">{@"A new comment is added"}</td>
160 + <td style="text-align: $stylevar[left]">{@"A new comment is added"}</td>
161 <td><input type="checkbox" name="emailopts[1][256]"{$checked[1][256]} value="1" /></td>
162 <td><input type="checkbox" name="emailopts[2][256]"{$checked[2][256]} value="1" /></td>
163 <td><input type="checkbox" name="emailopts[4][256]"{$checked[4][256]} value="1" /></td>
167 <tr style="text-align: center">
168 - <td style="text-align: left">{@"A new attachment is added"}</td>
169 + <td style="text-align: $stylevar[left]">{@"A new attachment is added"}</td>
170 <td><input type="checkbox" name="emailopts[1][512]"{$checked[1][512]} value="1" /></td>
171 <td><input type="checkbox" name="emailopts[2][512]"{$checked[2][512]} value="1" /></td>
172 <td><input type="checkbox" name="emailopts[4][512]"{$checked[4][512]} value="1" /></td>
176 <tr style="text-align: center; background-color: $stylevar[alt_color]">
177 - <td style="text-align: left">{@"Any other field changes"}</td>
178 + <td style="text-align: $stylevar[left]">{@"Any other field changes"}</td>
179 <td><input type="checkbox" name="emailopts[1][1024]"{$checked[1][1024]} value="1" /></td>
180 <td><input type="checkbox" name="emailopts[2][1024]"{$checked[2][1024]} value="1" /></td>
181 <td><input type="checkbox" name="emailopts[4][1024]"{$checked[4][1024]} value="1" /></td>
183 <!-- display options -->
186 - <div class="box-head">{@"Bug List Display Options"}</div>
187 + <div class="box-head" style="text-align: $stylevar[left]">{@"Bug List Display Options"}</div>
189 <div class="box-mid">
191 Index: editcomment.tpl
192 ===================================================================
193 --- editcomment.tpl (.../tags/1.1.0/templates) (revision 1243)
194 +++ editcomment.tpl (.../trunk/templates) (revision 1243)
198 <if condition="$show['errors']">
200 +<div class="error" style="text-align: $stylevar[left]">
201 {@"The following errors occurred"}:
205 <input type="hidden" name="commentid" value="$comment[commentid]" />
208 - <div class="box-head">
209 + <div class="box-head" style="text-align: $stylevar[left]">
210 <lang 1="$comment[commentid]" 2="$bug[bugid]" 3="$bug[summary]">{@"Comment #%1$s in bug #%2$s <em>%3$s</em>"}</lang>
213 - <div class="box-foot box-margmod-bottom"><lang 1="$comment[posttime]" 2="$comment[postby]">{@"Posted on %1$s by %2$s"}</lang></div>
214 + <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>
216 - <div class="box-mid">
217 + <div class="box-mid" style="text-align: $stylevar[left]">
218 <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>
219 <textarea name="comment" cols="50" rows="15" style="width: 100%">$comment[comment]</textarea>
221 Index: editattach.tpl
222 ===================================================================
223 --- editattach.tpl (.../tags/1.1.0/templates) (revision 1243)
224 +++ editattach.tpl (.../trunk/templates) (revision 1243)
226 <input name="attachmentid" type="hidden" value="$attachment[attachmentid]" />
229 - <div class="box-head">
230 + <div class="box-head" style="text-align: $stylevar[left]">
231 <lang 1="$attachment[attachmentid]" 2="$bug[bugid]" 3="$bug[summary]">{@"Attachment #%1$s for Bug #%2$s %3$s"}</lang>
234 - <div class="box-mid box-margmod-bottom">
235 + <div class="box-mid box-margmod-bottom" style="text-align: $stylevar[left]">
236 <div><strong>{@"Attachment"}:</strong> <a href="viewattachment.php?attachmentid=$attachment[attachmentid]">{@"View"}</a> [$attachment[filename]]</div>
239 - <div class="box-mid">
240 + <div class="box-mid" style="text-align: $stylevar[left]">
241 <div><strong>{@"Description"}:</strong> <input name="description" type="text" size="35" value="$attachment[description]" /></div>
242 <div><strong>{@"Obsolete"}:</strong> <input name="obsolete" type="checkbox" value="1"<if condition="$attachment['obsolete']"> checked="checked"</if> /></div>
245 ===================================================================
246 --- newattach.tpl (.../tags/1.1.0/templates) (revision 1243)
247 +++ newattach.tpl (.../trunk/templates) (revision 1243)
251 <if condition="$show['errors']">
253 +<div class="error" style="text-align: $stylevar[left]">
254 {@"The following errors occurred"}:
258 <input name="MAX_FILE_SIZE" type="hidden" value="$MAXFILESIZE" />
261 - <div class="box-head"><lang 1="$bug[bugid]" 2="$bug[summary]">{@"New Attachment for Bug #%1$s %2$s"}</lang></div>
262 + <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>
264 - <div class="box-mid box-margmod-bottom">
265 + <div class="box-mid box-margmod-bottom" style="text-align: $stylevar[left]">
266 <div><input name="attachment" type="file" /></div>
267 <div><strong>{@"Description"}:</strong> <input name="description" type="text" size="35" value="{$bugsys->in['description']}" /></div>
270 <if condition="$show['obsoletes']">
271 - <div class="box-mid box-margmod-bottom">
272 + <div class="box-mid box-margmod-bottom" style="text-align: $stylevar[left]">
273 <div><strong>{@"Mark the Following Attachments Obsolete"}:</strong>
279 <if condition="$show['addcomment']">
280 - <div class="box-mid">
281 + <div class="box-mid" style="text-align: $stylevar[left]">
282 <div><strong>{@"Add Comment"}:</strong>
284 <textarea name="comment" rows="10" cols="50" style="width: 100%">{$bugsys->in['comment']}</textarea>
285 Index: search_results.tpl
286 ===================================================================
287 --- search_results.tpl (.../tags/1.1.0/templates) (revision 1243)
288 +++ search_results.tpl (.../trunk/templates) (revision 1243)
291 <if condition="$show['pagenav']">
294 +<div align="$stylevar[right]">
298 Index: quicksearch.tpl
299 ===================================================================
300 --- quicksearch.tpl (.../tags/1.1.0/templates) (revision 1243)
301 +++ quicksearch.tpl (.../trunk/templates) (revision 1243)
304 <div align="center" style="margin-top: 10px">
305 <div class="box" style="width: $stylevar[alternate_width]">
306 - <div class="box-head">{@"Quick Search"}</div>
307 + <div class="box-head" style="text-align: $stylevar[left]">{@"Quick Search"}</div>
309 - <div class="box-mid box-overpad">
310 + <div class="box-mid box-overpad" style="text-align: $stylevar[left]">
311 <if condition="$error">
312 - <div class="error" style="margin-bottom: 5px">$error</div>
313 + <div class="error" style="margin-bottom: 5px; text-align: $stylevar[left]">$error</div>
316 <form name="quicksearch" action="showreport.php" method="post" class="form">
317 Index: trackerhome.tpl
318 ===================================================================
319 --- trackerhome.tpl (.../tags/1.1.0/templates) (revision 1243)
320 +++ trackerhome.tpl (.../trunk/templates) (revision 1243)
323 <if condition="$show['pagenav']">
326 +<div align="$stylevar[right]">
330 Index: std_redirect.tpl
331 ===================================================================
332 --- std_redirect.tpl (.../tags/1.1.0/templates) (revision 1243)
333 +++ std_redirect.tpl (.../trunk/templates) (revision 1243)
336 <div align="center" style="margin-top: 10px">
337 <div class="box" style="width: $stylevar[alternate_width]">
338 - <div class="box-head">{@"Redirect..."}</div>
339 + <div class="box-head" style="text-align: $stylevar[left]">{@"Redirect..."}</div>
341 - <div class="box-mid box-overpad">
342 + <div class="box-mid box-overpad" style="text-align: $stylevar[left]">