Changeset 246 for trunk


Ignore:
Timestamp:
Jan 27, 2016, 8:51:18 PM (8 years ago)
Author:
luc
Message:

Corretti piccoli bug al tema Futura2

Location:
trunk/admin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/admin.php

    r230 r246  
    118118  // gestione sessione
    119119
    120 if (file_exists("config.php")) @require_once("config.php"); else $install="1";
    121 
     120if (file_exists("config.php")){
     121        $install="0"; @require_once("config.php");
     122}else{
     123        $install="1";
     124}
    122125
    123126
    124127# verifica se effettuata la configurazione
    125 if(empty($dbname) || $istall=="1") {
     128if(empty($dbname) || $install=="1") {
    126129    die("<html><body><div style=\"text-align:center\"><br /><br /><img src=\"modules/Elezioni/images/logo.jpg\" alt=\"Eleonline\" title=\"Eleonline\"><br /><br /><strong>Sembra che <a href='http://www.eleonline.it' title='Eleonline'>Eleonline</a> non sia stato ancora installato.<br /><br />Puoi procedere <a href='../install/index.php'>cliccando qui</a> per iniziare l'installazione</strong></div></body></html>");
    127130}
  • trunk/admin/modules/Elezioni/ele.php

    r230 r246  
    196196                <a href=\"admin.php?op=rec_add_aff&amp;id_cons_gen=$id_cons_gen\">$bullet"._AFFLUENZE."</a><br>
    197197                <a href=\"admin.php?op=associazioni&amp;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>
    199199                </td></tr>";
    200200#               <a href=\"admin.php?op=backup&amp;id_cons_gen=$id_cons_gen\">$bullet"._BACKUP."</a><br>
  • trunk/admin/modules/Elezioni/ele_come.php

    r239 r246  
    102102
    103103        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>
    105105                <script type=\"text/javascript\">
    106106                CKEDITOR.replace('add_preamble');
     
    124124
    125125        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>
    127127                <script type=\"text/javascript\">
    128128                CKEDITOR.replace('add_content');
Note: See TracChangeset for help on using the changeset viewer.