|
From: Benjamin C. <bc...@us...> - 2002-04-11 22:04:00
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv8318/templates/default/admin
Modified Files:
resolutionlist.html
Log Message:
Cleanup
Index: resolutionlist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/resolutionlist.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- resolutionlist.html 11 Apr 2002 16:08:05 -0000 1.7
+++ resolutionlist.html 11 Apr 2002 22:03:57 -0000 1.8
@@ -11,7 +11,7 @@
{/literal}
// -->
</script>
-<table border="0" width="640">
+<table border="0" width="100%">
<tr>
<td valign="top">
<b> Resolution List</b> - <a href="{$SCRIPT_NAME}?op=edit&resolution_id=0" onClick="popupResolution(0); return false;">{$STRING.addnew} Resolution</a>
|