Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 898 → Rev 899

/web/acc/manager/htdocs/voucher_new.php
234,14 → 234,17
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:
251,9 → 254,9
if ($show_ops && $advanced){
print <<<EOM
<tr>
<td class="etiquette" colspan=$colspan>
$desc
</td>
<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>
</td>
EOM;
switch ($key){
case 'Simultaneous-Use' :