[Python-checkins] r88776 - tracker/instances/python-dev/html/issue.item.html

ezio.melotti python-checkins at python.org
Mon Mar 14 00:39:50 CET 2011


Author: ezio.melotti
Date: Mon Mar 14 00:39:50 2011
New Revision: 88776

Log:
Align the new field for remote repos with the other fields.

Modified:
   tracker/instances/python-dev/html/issue.item.html

Modified: tracker/instances/python-dev/html/issue.item.html
==============================================================================
--- tracker/instances/python-dev/html/issue.item.html	(original)
+++ tracker/instances/python-dev/html/issue.item.html	Mon Mar 14 00:39:50 2011
@@ -188,22 +188,22 @@
 
 <tr tal:condition="context/is_edit_ok">
  <th><tal:block i18n:translate="">File</tal:block>:</th>
- <td colspan=3>
+ <td colspan="3">
    <input type="hidden" name="@link at files" value="file-1">
-   <input type="file" name="file-1 at content" size="40">
+   <input type="file" name="file-1 at content" size="50">
  </td>
 </tr>
 <tr tal:condition="context/is_edit_ok">
  <th><tal:block i18n:translate="">File Description</tal:block>:</th>
- <td colspan=3><input type="edit" name="file-1 at description" size="40"></td>
+ <td colspan="3"><input type="edit" name="file-1 at description" size="50"></td>
 </tr>
 
 <tr tal:condition="context/is_edit_ok">
- <th colspan=2><a href="http://docs.python.org/devguide/triaging.html#mercurial-repository"
-      target="_blank" i18n:translate="">Mercurial Repo containing patches</a>:</th>
- <td colspan=2>
+ <th><a href="http://docs.python.org/devguide/triaging.html#mercurial-repository"
+      target="_blank" i18n:translate="">Remote hg repo</a>:</th>
+ <td colspan="3">
   <input type="hidden" name="@link at hgrepos" value="hgrepo-1">
-   <input name="hgrepo-1 at url" size="60">
+   <input name="hgrepo-1 at url" size="50">
  </td>
 </tr>
 


More information about the Python-checkins mailing list