comparison 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
comparison
equal deleted inserted replaced
378:d89dcde91fdb 379:86a25ad59766
43 ${h.link_to(repo['name'],h.url('edit_repo',repo_name=repo['name']))}</td> 43 ${h.link_to(repo['name'],h.url('edit_repo',repo_name=repo['name']))}</td>
44 <td>${repo['contact']}</td> 44 <td>${repo['contact']}</td>
45 <td>r${repo['rev']}:${repo['tip']}</td> 45 <td>r${repo['rev']}:${repo['tip']}</td>
46 <td> 46 <td>
47 ${h.form(url('repo', repo_name=repo['name']),method='delete')} 47 ${h.form(url('repo', repo_name=repo['name']),method='delete')}
48 ${h.submit('remove','delete',class_="delete_icon action_button",onclick="return confirm('Confirm to delete this repository');")} 48 ${h.submit('remove_%s' % repo['name'],'delete',class_="delete_icon action_button",onclick="return confirm('Confirm to delete this repository');")}
49 ${h.end_form()} 49 ${h.end_form()}
50 </td> 50 </td>
51 </tr> 51 </tr>
52 %endfor 52 %endfor
53 </table> 53 </table>