Changeset 175
- Timestamp:
- 02/21/06 23:47:34 (7 years ago)
- File:
-
- 1 edited
-
bureau/admin/bro_main.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/admin/bro_main.php
r173 r175 1 1 <?php 2 2 /* 3 $Id: bro_main.php,v 1. 7 2004/02/15 14:24:32remi Exp $3 $Id: bro_main.php,v 1.8 2004/02/24 18:06:41 remi Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 220 220 echo "<tr class=\"lst$col\">\n"; 221 221 if ($c[$i]["type"]) { 222 echo " <td width=\"28\"><input type=\"checkbox\ #class=\"inc\" name=\"d[]\" value=\"".$c[$i]["name"]."\" /></td><td><a href=\"";222 echo " <td width=\"28\"><input type=\"checkbox\" class=\"inc\" name=\"d[]\" value=\"".$c[$i]["name"]."\" /></td><td><a href=\""; 223 223 echo "bro_editor.php?file=".urlencode($c[$i]["name"])."&R=".urlencode($R); 224 224 echo "\">".$c[$i]["name"]."</a></td>\n";
Note: See TracChangeset
for help on using the changeset viewer.
