Index: branches/2.8.x/wb/templates/argos_theme/templates/pages.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/pages.htt	(revision 1175)
+++ branches/2.8.x/wb/templates/argos_theme/templates/pages.htt	(revision 1176)
@@ -7,7 +7,7 @@
 <table cellpadding="2" cellspacing="0" border="0" width="100%" align="center">
   <tr>
 	<td width="70" height="20">{TEXT_TITLE}:</td>
-	<td with="240" height="20"><input type="text" name="title" style="width: 232px;" /></td>
+	<td width="240" height="20"><input type="text" name="title" style="width: 232px;" /></td>
 	<td rowspan="6" valign="top" style="padding-left: 20px; padding-top: 8px;">{TEXT_ADMINISTRATORS}:
 		<ul style="list-style-type: none; margin: 0; padding: 0;">
 			<!-- BEGIN group_list_block -->
@@ -33,7 +33,7 @@
   </tr>
   <tr height="20">
 	<td width="70">{TEXT_TYPE}:</td>
-	<td with="240">
+	<td width="240">
 		<select name="type" style="width: 240px;">
 			<!-- BEGIN module_list_block -->
 				<option value="{VALUE}"{SELECTED}>{NAME}</option>
@@ -43,7 +43,7 @@
   </tr>
   <tr height="20">
 	<td width="70">{TEXT_PARENT}:</td>
-	<td with="240">
+	<td width="240">
 		<select name="parent" style="width: 240px;" onChange="return disabled_hack_for_ie(this);">
 			<!-- BEGIN page_list_block2 -->
 			<option value="{ID}"{DISABLED} style="background: {FLAG_ROOT_ICON} no-repeat center left; padding-left: 20px;">{TITLE}</option>
