Changeset 175 for trunk/admin/modules
- Timestamp:
- Feb 19, 2013, 11:06:21 PM (12 years ago)
- Location:
- trunk/admin/modules/Elezioni
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele.php
r170 r175 176 176 if($op=="configurazione" || $op=="widget" || $op=="plugin"){ 177 177 echo " - <a href=\"admin.php?op=widget&id_cons_gen=$id_cons_gen\"> "._WIDGET."</a>"; 178 echo "<br /> - "._PLUGINS."";179 echo "<hr />";178 echo "<br> - "._PLUGINS.""; 179 echo "<hr>"; 180 180 } 181 181 echo " … … 280 280 281 281 if (file_exists("../client/modules.php")) 282 echo "<hr /><a href=\"../client/modules.php?id_comune=$id_comune&id_cons_gen=$id_cons_gen\" target=\"_blank\">$bullet Guarda il sito</a><br /><hr />";282 echo "<hr><a href=\"../client/modules.php?id_comune=$id_comune&id_cons_gen=$id_cons_gen\" target=\"_blank\">$bullet Guarda il sito</a><br><hr>"; 283 283 284 284 //echo "<hr /><a href=\"../client/modules.php\" target=\"_blank\">$bullet Guarda il sito</a><br /><hr />"; -
trunk/admin/modules/Elezioni/ele_gruppo.php
r172 r175 134 134 ."<td align=\"left\"><b>$descr_gruppo</b></td>"; 135 135 echo "<td align=\"center\"><b> 136 <img src=\"admin.php?op=foto&id_gruppo=$id_gruppo\" width=\"50\" heig th=\"50\"></b></td>";136 <img src=\"admin.php?op=foto&id_gruppo=$id_gruppo\" width=\"50\" height=\"50\" alt=\"foto\"></b></td>"; 137 137 if ($tipo_cons!=2) 138 138 echo "<td>$prognome</td>"; … … 140 140 echo "[<a 141 141 href=\"admin.php?op=gruppo&do=modify&id_gruppo=$id_gruppo&id_cons_gen=$id_cons_gen&id_circ=$id_circ&min=$min\"><img src=\"modules/Elezioni/images/edit.gif\" 142 border=\"0\" align=\" center\"> "._EDIT."</a>]";142 border=\"0\" align=\"middle\" alt=\"edit\"> "._EDIT."</a>]"; 143 143 if (!$numtemp) 144 echo "[<a href=\"admin.php?op=gruppo&do=delete&id_gruppo=$id_gruppo&id_cons_gen=$id_cons_gen&id_circ=$id_circ&descr_gruppo=$descr_gruppo&min=$min\">"._DELETE." <img src=\"modules/Elezioni/images/delete.gif\" border=\"0\" align=\" center\"></a>]";144 echo "[<a href=\"admin.php?op=gruppo&do=delete&id_gruppo=$id_gruppo&id_cons_gen=$id_cons_gen&id_circ=$id_circ&descr_gruppo=$descr_gruppo&min=$min\">"._DELETE." <img src=\"modules/Elezioni/images/delete.gif\" border=\"0\" align=\"middle\" alt=\"delete\"></a>]"; 145 145 else 146 echo " ["._DELETE." <img src=\"modules/Elezioni/images/delete.gif\" border=\"0\" align=\" center\"></a>]";146 echo " ["._DELETE." <img src=\"modules/Elezioni/images/delete.gif\" border=\"0\" align=\"middle\" alt=\"delete\">]"; 147 147 echo "</td></tr>"; 148 148 }
Note:
See TracChangeset
for help on using the changeset viewer.