X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=1f6f636bee4e134d233cc721d4eb9b4f91c60fd5;hb=36d1e27085681388ea4989bdd62aad522ddf0dc6;hp=7166b5b4177cad46d7ff1a955eea39f7a2d5eb23;hpb=628c0ad0666348d62d0e46fcace789c38edb5350;p=brisk.git diff --git a/web/index.php b/web/index.php index 7166b5b..1f6f636 100644 --- a/web/index.php +++ b/web/index.php @@ -50,6 +50,10 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati 'en' => '
The nickname you are using it\'s already registered,

if its proprietary authenticates

you will named ghostN.'), 'btn_rettabs' => array('it' => 'torna ai tavoli', 'en' => 'back to tables'), + 'btn_moder' => array('it' => 'Modera.', + 'en' => 'Moderate.'), + 'btn_reload' => array('it' => 'Reload.', + 'en' => 'Reload.'), 'btn_exit' => array('it' => 'Esco.', 'en' => 'Exit.'), 'btn_prefs_save' => array('it' => 'Salva.', @@ -407,8 +411,15 @@ function index_main(&$room, $transp_type, &$header_out, $addr, $get, $post, $coo $standup .= '
'.$mlang_room['standing'][$G_lang].'
'; $standup .= sprintf('
'); - // MLANG Esco. - $standup .= '
'; + // MLANG (Modera) Reload Esco. + // TODO: moderation button if moderator only + if (1 == 1) { + $moder_button = ''; + } + else { + $moder_button = ''; + } + $standup .= '
'.$moder_button.'
'; $standup .= ''; } @@ -1215,10 +1226,11 @@ type="submit" class="button" onclick="this.form.elements['realsub'].value = 'chi
-