Changeset 354 for trunk/client/modules/Elezioni/crea_paginaphp5.php
- Timestamp:
- Sep 26, 2021, 7:11:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/crea_paginaphp5.php
r352 r354 112 112 113 113 114 $html .= "<table class=\"table-docs\" style=\"border-collapse: collapse;border:=1px solid black;\">";114 $html .= "<table class=\"table-docs\">"; 115 115 116 116 … … 125 125 $bg= ($bg==$tmpbg) ? $tmpbg1:$tmpbg3; 126 126 $html .= "<tr class=\"$bg\">"; 127 $i="class=\"td-1 30c\"";127 $i="class=\"td-150c\""; 128 128 } 129 129 foreach ($riga as $cella) { … … 140 140 } 141 141 $html .= "$t $i>$cella $f"; 142 $i= '';142 $i="class=\"td-150b\""; 143 143 144 144 }
Note:
See TracChangeset
for help on using the changeset viewer.