Changeset 246 for trunk/admin/modules/Elezioni
- Timestamp:
- Jan 27, 2016, 8:51:18 PM (9 years ago)
- Location:
- trunk/admin/modules/Elezioni
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele.php
r230 r246 196 196 <a href=\"admin.php?op=rec_add_aff&id_cons_gen=$id_cons_gen\">$bullet"._AFFLUENZE."</a><br> 197 197 <a href=\"admin.php?op=associazioni&id_cons_gen=$id_cons_gen\">$bullet"._INSCOMUNE."</a><br/> 198 <a href=\"http://www.eleonline.it/portal/segnala.php?tmp=test123\" target=\"_blank\">$bullet_red <b> <center>"._SEGNALA."</center></b></a>198 <a href=\"http://www.eleonline.it/portal/segnala.php?tmp=test123\" target=\"_blank\">$bullet_red <b>"._SEGNALA."</b></a> 199 199 </td></tr>"; 200 200 # <a href=\"admin.php?op=backup&id_cons_gen=$id_cons_gen\">$bullet"._BACKUP."</a><br> -
trunk/admin/modules/Elezioni/ele_come.php
r239 r246 102 102 103 103 if ($editor=="1"){ // cambiato ckeditori giugno 2015 104 echo "<textarea class=\"modulo\" id=\"add_preamble\" name=\"add_preamble\" rows=\"7\" wrap=\"virtual\" cols=\"60\"> </textarea><br><br><b>104 echo "<textarea class=\"modulo\" id=\"add_preamble\" name=\"add_preamble\" rows=\"7\" wrap=\"virtual\" cols=\"60\">$add_preamble</textarea><br><br><b> 105 105 <script type=\"text/javascript\"> 106 106 CKEDITOR.replace('add_preamble'); … … 124 124 125 125 if ($editor=="1") 126 echo "<textarea class=\"modulo\" id= \"add_content\" name=\"add_content\" rows=\"15\" wrap=\"virtual\" cols=\"60\"> </textarea><br><br>126 echo "<textarea class=\"modulo\" id= \"add_content\" name=\"add_content\" rows=\"15\" wrap=\"virtual\" cols=\"60\">$add_content</textarea><br><br> 127 127 <script type=\"text/javascript\"> 128 128 CKEDITOR.replace('add_content');
Note:
See TracChangeset
for help on using the changeset viewer.