2 ===================================================================
3 --- newreport.tpl (.../tags/1.1.3/templates) (revision 1306)
4 +++ newreport.tpl (.../trunk/templates) (revision 1306)
10 + <div id="$stylevar[left]col">
15 <!-- / LEFT COLUMN -->
19 + <div id="$stylevar[right]col">
23 <legend>{@"Summary"} $help[summary]</legend>
24 - <div class="field"><input type="text" name="summary" size="25" value="{$bugsys->in['summary']}" style="width: 100%" /></div>
25 + <div class="field"><input type="text" name="summary" size="25" value="{$bugsys->in['summary']}" style="width: 100%" maxlength="250" /></div>
30 <div class="clearspill"></div>
34 +<div style="width: 100%">
36 <legend>{@"Description/Initial Report"}</legend>
38 - <textarea name="comment" cols="50" rows="10" style="width: 100%"><if condition="$bugsys->in['comment']">{$bugsys->in['comment']}<else />{$bugsys->options['defaultcomment']}</if></textarea>
39 + <textarea name="comment" cols="50" rows="10" class="textarea"><if condition="$bugsys->in['comment']">{$bugsys->in['comment']}<else />{$bugsys->options['defaultcomment']}</if></textarea>
44 ===================================================================
45 --- userctrl.tpl (.../tags/1.1.3/templates) (revision 1306)
46 +++ userctrl.tpl (.../trunk/templates) (revision 1306)
50 <legend>{@"Display Name"}</legend>
51 - <input type="text" name="displayname" value="{$userinfo['displayname']}" size="25" style="width: 100%" />
52 + <input type="text" name="displayname" value="{$userinfo['displayname']}" size="25" style="width: 100%" maxlength="250" />
57 {@"Please enter your password to change these fields"}:
60 - <input type="password" name="validate" size="35" />
61 + <input type="password" name="validate" size="35" maxlength="250" />
64 <div class="box-mid box-margmod-top">
66 <legend>{@"Password"}</legend>
67 - <input type="password" name="password" size="25" style="width: 100%" />
68 + <input type="password" name="password_change" size="25" style="width: 100%" maxlength="250" />
72 <legend>{@"Confirm Password"}</legend>
73 - <input type="password" name="password_confirm" size="25" style="width: 100%" />
74 + <input type="password" name="password_confirm" size="25" style="width: 100%" maxlength="250" />
78 <div class="box-mid box-margmod-top">
80 <legend>{@"Email"}</legend>
81 - <input type="text" name="email" size="25" value="$email" style="width: 100%" />
82 + <input type="text" name="email_change" size="25" value="$email" style="width: 100%" maxlength="250" />
86 <legend>{@"Confirm Email"}</legend>
87 - <input type="text" name="email_confirm" size="25" value="$email_confirm" style="width: 100%" />
88 + <input type="text" name="email_confirm" size="25" value="$email_confirm" style="width: 100%" maxlength="250" />
92 Index: editcomment.tpl
93 ===================================================================
94 --- editcomment.tpl (.../tags/1.1.3/templates) (revision 1306)
95 +++ editcomment.tpl (.../trunk/templates) (revision 1306)
98 <div class="box-mid" style="text-align: $stylevar[left]">
99 <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>
100 - <textarea name="comment" cols="50" rows="15" style="width: 100%">$comment[comment]</textarea>
101 + <textarea name="comment" cols="50" rows="15" class="textarea">$comment[comment]</textarea>
105 Index: editattach.tpl
106 ===================================================================
107 --- editattach.tpl (.../tags/1.1.3/templates) (revision 1306)
108 +++ editattach.tpl (.../trunk/templates) (revision 1306)
112 <div class="box-mid" style="text-align: $stylevar[left]">
113 - <div><strong>{@"Description"}:</strong> <input name="description" type="text" size="35" value="$attachment[description]" /></div>
114 + <div><strong>{@"Description"}:</strong> <input name="description" type="text" size="35" maxlength="250" value="$attachment[description]" /></div>
115 <div><strong>{@"Obsolete"}:</strong> <input name="obsolete" type="checkbox" value="1"<if condition="$attachment['obsolete']"> checked="checked"</if> /></div>
121 <input name="submit" type="submit" value=" {@"Submit"} " accesskey="s" />
122 + <if condition="$show['delete']"><input name="__delete__" type="submit" value=" {@"Delete"} " /></if>
123 <input name="reset" type="reset" value=" {@"Reset"} " accesskey="r" />
124 <script type="text/javascript"> draw_cancel("showreport.php?bugid=$bug[bugid]"); </script>
126 Index: showreport.tpl
127 ===================================================================
128 --- showreport.tpl (.../tags/1.1.3/templates) (revision 1306)
129 +++ showreport.tpl (.../trunk/templates) (revision 1306)
135 + <div id="$stylevar[left]col">
137 <!-- bug id & hidden -->
139 @@ -107,14 +107,14 @@
140 <!-- / LEFT COLUMN -->
142 <!-- RIGHT COLUMN -->
143 - <div id="rightcol">
144 + <div id="$stylevar[right]col">
148 <legend>{@"Summary"} $help[summary]</legend>
150 <if condition="$show['edit']">
151 - <input type="text" name="summary" size="25" value="$bug[summary]" style="width: 100%" />
152 + <input type="text" name="summary" size="25" value="$bug[summary]" style="width: 100%" maxlength="250" />
156 @@ -192,11 +192,13 @@
158 <if condition="$show['newreply']">
161 - <legend>{@"New Reply"}<if condition="$show['automations']"> : <a href="explain.php?do=automations">{@"Automation"}</a> <select name="automation">$select[automation]</select></if> $help[newreply]</legend>
163 - <textarea name="comment" cols="50" rows="10" style="width: 100%"></textarea>
165 +<div style="width: 100%">
167 + <legend>{@"New Reply"}<if condition="$show['automations']"> : <a href="explain.php?do=automations">{@"Automation"}</a> <select name="automation">$select[automation]</select></if> $help[newreply]</legend>
169 + <textarea name="comment" cols="50" rows="10" class="textarea"></textarea>
177 <if condition="$show['attachments']">
179 - <div id="attachments">
180 + <div id="attachments" style="float: $stylevar[right]">
182 <legend>{@"Attachments"}<if condition="$show['putattachments']"> : <a href="attachment.php?do=add&bugid=$bug[bugid]">{@"New"}</a></if></legend>
185 ===================================================================
186 --- newattach.tpl (.../tags/1.1.3/templates) (revision 1306)
187 +++ newattach.tpl (.../trunk/templates) (revision 1306)
190 <div class="box-mid box-margmod-bottom" style="text-align: $stylevar[left]">
191 <div><input name="attachment" type="file" /></div>
192 - <div><strong>{@"Description"}:</strong> <input name="description" type="text" size="35" value="{$bugsys->in['description']}" /></div>
193 + <div><strong>{@"Description"}:</strong> <input name="description" type="text" size="35" value="{$bugsys->in['description']}" maxlength="250" /></div>
196 <if condition="$show['obsoletes']">
198 <div class="box-mid" style="text-align: $stylevar[left]">
199 <div><strong>{@"Add Comment"}:</strong>
201 - <textarea name="comment" rows="10" cols="50" style="width: 100%">{$bugsys->in['comment']}</textarea>
202 + <textarea name="comment" rows="10" cols="50" class="textarea">{$bugsys->in['comment']}</textarea>
206 Index: showreport_attachment.tpl
207 ===================================================================
208 --- showreport_attachment.tpl (.../tags/1.1.3/templates) (revision 1306)
209 +++ showreport_attachment.tpl (.../trunk/templates) (revision 1306)
212 + <if condition="$show['editattach']"><span style="float: $stylevar[right]; font-size: 10px">[<a href="attachment.php?do=edit&attachmentid=$attachment[attachmentid]">{@"Edit"}</a>]</span></if>
213 <strong><a href="viewattachment.php?attachmentid=$attachment[attachmentid]" target="_blank"<if condition="$attachment['obsolete']"> style="text-decoration: line-through"</if> title="<lang 1="$attachment[user]">{@"Posted by %1$s"}</lang>\n($attachment[date])">$attachment[filename]</a></strong>
214 - <span style="font-size: 10px">
215 - <if condition="$show['editattach']"><span style="float: right">[<a href="attachment.php?do=edit&attachmentid=$attachment[attachmentid]">{@"Edit"}</a>]</span></if>
216 - $attachment[description]
218 + <span style="font-size: 10px">$attachment[description]</span>
222 ===================================================================
223 --- header.tpl (.../tags/1.1.3/templates) (revision 1306)
224 +++ header.tpl (.../trunk/templates) (revision 1306)
227 + <!-- quick search -->
228 + <form name="quicksearch" action="showreport.php" method="post" style="float: $stylevar[right]; margin-top: 5px; display: inline">
229 + <input type="hidden" name="do" value="quicksearch" />
230 + {@"Go to bug ID"} <input type="text" name="bugid" size="5" /> <input type="submit" name="submit" value=" {@"Go"} " />
232 + <!-- / quick search -->
234 <span id="title"><a href="index.php">{$bugsys->options['trackertitle']}</a></span>
236 <img src="templates/images/clock.gif" alt="{@"Current Date and Time"}" />
241 - <span style="float: right" class="smallfont"><a href="syndicate.php"><img src="templates/images/feed.gif" alt="{@"Syndicate"}" style="border: 0px" /> {@"Syndicate"}</a></span>
242 + <span style="float: $stylevar[right]" class="smallfont"><a href="syndicate.php"><img src="templates/images/feed.gif" alt="{@"Syndicate"}" style="border: 0px" /> {@"Syndicate"}</a></span>
244 <a class="tab$focus[index]" href="index.php">{@"Listing"}</a>
245 <if condition="$show['newreport']">
247 ===================================================================
248 --- global.css (.../tags/1.1.3/templates) (revision 1306)
249 +++ global.css (.../trunk/templates) (revision 1306)
269 ===================================================================
270 --- report.css (.../tags/1.1.3/templates) (revision 1306)
271 +++ report.css (.../trunk/templates) (revision 1306)
281 /* ################################################################### */
282 Index: trackerhome.tpl
283 ===================================================================
284 --- trackerhome.tpl (.../tags/1.1.3/templates) (revision 1306)
285 +++ trackerhome.tpl (.../trunk/templates) (revision 1306)
287 <td><a href="{$order['summary']['href']}">{@"Summary"}</a> {$order['summary']['image']}/ <a href="{$order['reporter']['href']}">{@"Reporter"}</a> {$order['reporter']['image']}</td>
288 <td><a href="{$order['product']['href']}">{@"Product/Version"}</a> {$order['product']['image']}</td>
289 <td><a href="{$order['status']['href']}">{@"Status"}</a> {$order['status']['image']}/ <a href="{$order['resolution']['href']}">{@"Resolution"}</a> {$order['resolution']['image']}</td>
290 - <td><a href="{$order['priority']['href']}">{@"Priority"}</a> {$order['priority']['image']}</a>/ <a href="{$order['severity']['href']}">{@"Severity"}</a> {$order['severity']['image']}</td>
291 + <td><a href="{$order['priority']['href']}">{@"Priority"}</a> {$order['priority']['image']}/ <a href="{$order['severity']['href']}">{@"Severity"}</a> {$order['severity']['image']}</td>
292 <td><a href="{$order['lastpost']['href']}">{@"Last Post"}</a> {$order['lastpost']['image']}</td>