diff --git a/web/custard.css b/web/custard.css index 970c882..93538c1 100644 --- a/web/custard.css +++ b/web/custard.css @@ -237,7 +237,7 @@ img { padding: 0 4px 0 4px; height: 20px; font-size: 6.5pt; - margin-right: 3px; + margin: 0; } .sckbox { margin: 0; diff --git a/web/custard.php b/web/custard.php index 41fe78e..468c12d 100644 --- a/web/custard.php +++ b/web/custard.php @@ -43,7 +43,7 @@ function shdbg() { dbgsh=true; } } -var mctrlsh=true; +var mctrlsh=false; function shmctrl() { mctrl=document.getElementById(\'mctrl\'); mctrlb=document.getElementById(\'mctrlb\'); @@ -51,11 +51,13 @@ function shmctrl() { if (mctrlsh) { mctrl.style.display=\'none\'; mctrlb.className=\'litbut\'; + mctrlb.value=\''._('Mostra criteri avanzati').'\'; advc.value=0; mctrlsh=false; } else { mctrl.style.display=\'block\'; mctrlb.className=\'litbuta\'; + mctrlb.value=\''._('Nascondi criteri avanzati').'\'; advc.value=1; mctrlsh=true; } @@ -290,7 +292,7 @@ echo('
- +
'._('Ordinamento dei risultati').'
@@ -311,7 +313,7 @@ echo('
- +