EscuderoKevin
Well-Known Member
- Jul 2, 2015
- 380
- 181
- 130
Hello i have IconManager for TS3.
But i have a problem.
When i get all icons see that form.
http://vvcap.com/kZq9AqqIE3U
I need to order in colums.
Code for create "Table Image"
But i have a problem.
When i get all icons see that form.
http://vvcap.com/kZq9AqqIE3U
I need to order in colums.
Code for create "Table Image"
- if($estaengrupo) {
- $iconosm = $iconosm + 1;
- echo '<li><img src="./iconos/icons/'.$group['id']. '.png" alt="" /> ';
- echo '<label><input type=checkbox name=grupos['.$group["id"].'] id="'.$group["id"].'" value="'. $group["id"].'"class="icono" checked >'.$group["name"].'</label><br>';
- } else {
- echo '<li><img src="./iconos/icons/'. $group['id'] . '.png" alt="" /> ';
- echo '<label><input type=checkbox name=grupos['.$group["id"].'] id="'. $group["id"] .'" value="'. $group["id"] .'" class="icono"> '.$group["name"].'</label><br>';
- }