update version to 4.12.0 v4.12.0
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 12 Dec 2013 16:48:36 +0000 (17:48 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Fri, 13 Dec 2013 07:46:41 +0000 (08:46 +0100)
web/Obj/brisk.phh
web/brisk.css

index 134dab8..6867802 100644 (file)
@@ -150,12 +150,12 @@ $mlang_brisk = array( 'btn_backstand'=> array( 'it' => 'torna in piedi',
 $G_lng = langtolng($G_lang);
 
 $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 );
-$G_brisk_version = "4.11.0";
+$G_brisk_version = "4.12.0";
 
 /* MLANG: ALL THE INFO STRINGS IN brisk.phh */
-$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: aggiunta la gestione automatica dei termini del servizio, che sono stati aggiornati.',
+$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: aggiunta la gestione automatica dei termini del servizio, comando /guar per info sul garante di un utente.',
                                        'Se vuoi iscriverti alla <a target="_blank" href="mailto:ml-briscola+subscribe@milug.org">Mailing List</a>, cliccala!' ),
-                       'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NEWS</b>: automatic management of terms of services added, they are updated too.',
+                       'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NEWS</b>: automatic management of terms of services added, new /guar command to ask info about a user guarantee.',
                                        'If you want to subscribe our <a target="_blank" href="ml-briscola+subscribe@milug.org">Mailing List</a>, click it!' ) );
 
 $G_room_help = array( 'it' => '
index 89bf298..f4ffe53 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 body {
-    background-image: url('img/happysunbg.png');
+    background-image: url('img/snowy.jpg');
     background-color: #fafafa;
     background-repeat: no-repeat;
     background-position: center center;