Ignore:
Timestamp:
May 19, 2010, 8:16:43 PM (14 years ago)
Author:
roby
Message:

client - correzione per consultazione predefinita
admin - eliminati altri notice, modificata la funzione di visualizzazione della barra di elenco delle sezioni, aggiunti help per Scarica liste e Importa liste, corrette alcune incompatibilità con xhtml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/modules/Elezioni/importa.php

    r77 r80  
    117117        {
    118118        ele();
     119if (isset($_GET['help'])) $help=intval($_GET['help']);
     120        global $help,$language;
     121        if (isset($help)) include("language/$language/ele_importa.html");
    119122        echo "<form name=\"importa\" enctype=\"multipart/form-data\" method=\"post\" action=\"admin.php\" >"
    120123        ."<input type=\"hidden\" name=\"op\" value=\"importa\">";
Note: See TracChangeset for help on using the changeset viewer.