mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
samba: Remove unused anchors
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -387,7 +387,6 @@ if ($sambasettings{'SECURITY'} eq 'user')
|
|||||||
{
|
{
|
||||||
&Header::openbox('100%', 'center', $Lang::tr{'user management'});
|
&Header::openbox('100%', 'center', $Lang::tr{'user management'});
|
||||||
print <<END
|
print <<END
|
||||||
<a name="$Lang::tr{'accounting'}"></a>
|
|
||||||
<br />
|
<br />
|
||||||
<table class="tbl" width='95%' cellspacing='0'>
|
<table class="tbl" width='95%' cellspacing='0'>
|
||||||
<tr><td colspan='6' align='left'></td></tr>
|
<tr><td colspan='6' align='left'></td></tr>
|
||||||
@@ -609,9 +608,7 @@ END
|
|||||||
|
|
||||||
my %shares = config("${General::swroot}/samba/shares");
|
my %shares = config("${General::swroot}/samba/shares");
|
||||||
|
|
||||||
|
|
||||||
print <<END
|
print <<END
|
||||||
<a name="$Lang::tr{'manage shares'}"></a>
|
|
||||||
<br />
|
<br />
|
||||||
<table class="tbl" width='95%' cellspacing='0' class='tbl'>
|
<table class="tbl" width='95%' cellspacing='0' class='tbl'>
|
||||||
<tr><th bgcolor='$color{'color20'}' colspan='3' align='left'><b>$Lang::tr{'manage shares'}</b></th></tr>
|
<tr><th bgcolor='$color{'color20'}' colspan='3' align='left'><b>$Lang::tr{'manage shares'}</b></th></tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user