Subversion Repositories ALCASAR

Compare Revisions

Regard whitespace Rev 899 → Rev 898

/web/acc/manager/htdocs/voucher_new.php
234,17 → 234,14
break;
case 'Simultaneous-Use' :
$advanced=1;
$help_link="help/simultaneous_use_help.html";
$desc=$l_simultaneous_use;
break;
case 'Max-All-Session' :
$advanced=1;
$help_link="help/max_all_session_help.html";
$desc=$l_max_all_session;
break;
case 'Expiration' :
$advanced=1;
$help_link="help/expiration_help.html";
$desc=$l_expiration;
break;
default:
255,7 → 252,7
print <<<EOM
<tr>
<td class="etiquette" colspan=$colspan>
<a href="$help_link" target=help onclick=window.open("$help_link","help","width=600,height=250,toolbar=no,scrollbars=no,resizable=yes") title="$l_click_for_help"><font color="blue">$desc</font></a>
$desc
</td>
EOM;
switch ($key){