Changeset 175


Ignore:
Timestamp:
02/21/06 23:47:34 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2004-02-24 18:06:41 by remi]
changement de "checkbox# en "checkbox" c'est mieux ;-)

Original author: remi
Date: 2004-02-24 18:06:41

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bureau/admin/bro_main.php

    r173 r175  
    11<?php 
    22/* 
    3  $Id: bro_main.php,v 1.7 2004/02/15 14:24:32 remi Exp $ 
     3 $Id: bro_main.php,v 1.8 2004/02/24 18:06:41 remi Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    220220echo "<tr class=\"lst$col\">\n"; 
    221221if ($c[$i]["type"]) { 
    222 echo "  <td width=\"28\"><input type=\"checkbox\# class=\"inc\" name=\"d[]\" value=\"".$c[$i]["name"]."\" /></td><td><a href=\""; 
     222echo "  <td width=\"28\"><input type=\"checkbox\" class=\"inc\" name=\"d[]\" value=\"".$c[$i]["name"]."\" /></td><td><a href=\""; 
    223223echo "bro_editor.php?file=".urlencode($c[$i]["name"])."&amp;R=".urlencode($R); 
    224224echo "\">".$c[$i]["name"]."</a></td>\n"; 
Note: See TracChangeset for help on using the changeset viewer.