From: Matteo Nastasi (mop) Date: Mon, 15 Jan 2007 12:49:58 +0000 (+0000) Subject: css skinned buttons X-Git-Tag: 3.0.0~380 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=fe1eb978328b62ccd0052a376b87b6b867dc531a;p=brisk.git css skinned buttons --- diff --git a/web/brisk.phh b/web/brisk.phh index df0c631..467680a 100644 --- a/web/brisk.phh +++ b/web/brisk.phh @@ -783,12 +783,12 @@ function table_act_content($isstanding, $sitted, $table, $cur_table) if ($isstanding) { if ($sitted < PLAYERS_N) { - $ret = sprintf('', $table, $table); + $ret = sprintf('', $table, $table); } } else { if ($table == $cur_table) - $ret = sprintf(''); + $ret = sprintf(''); else $ret = ""; } @@ -864,7 +864,7 @@ function standup_content(&$bri, $user) } $content .= ''; - $content2 = ''; + $content2 = ''; $ret .= sprintf('$("standup").innerHTML = "%s"; $("esco").innerHTML = "%s";', $content, $content2);