Changeset 116
- Timestamp:
- 11/29/06 16:51:23 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/admin.php
r112 r116 122 122 } 123 123 $html .= "></td></tr>"; 124 $html .= "<tr><td width=120><b>Use custom shipvalues:</b></td><td><input type=checkbox name=ship_values id=ship_values"; 125 if ($config->getConfig('ship_values')) 126 { 127 $html .= " checked=\"checked\""; 128 } 129 $html .= "></td></tr>"; 124 130 125 $html .= "<tr><td width=120><b>Enable Comments:</b></td><td><input type=checkbox name=comments id=comments"; 131 126 if ($config->getConfig('comments'))