diff pylons_app/templates/admin/repos/repos.html @ 379:86a25ad59766

fixed min width set. Some html fixes for yui flot graph
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 01 Aug 2010 13:39:09 +0200
parents 3e55d9981c0e
children 6fc59ac322ca
line wrap: on
line diff
--- a/pylons_app/templates/admin/repos/repos.html	Sat Jul 31 18:48:12 2010 +0200
+++ b/pylons_app/templates/admin/repos/repos.html	Sun Aug 01 13:39:09 2010 +0200
@@ -45,7 +45,7 @@
                 <td>r${repo['rev']}:${repo['tip']}</td>
                 <td>
                   ${h.form(url('repo', repo_name=repo['name']),method='delete')}
-                    ${h.submit('remove','delete',class_="delete_icon action_button",onclick="return confirm('Confirm to delete this repository');")}
+                    ${h.submit('remove_%s' % repo['name'],'delete',class_="delete_icon action_button",onclick="return confirm('Confirm to delete this repository');")}
                   ${h.end_form()}
                 </td>
             </tr>