[38/54] samba: Remove unused anchors

Message ID 20201013160812.27754-38-michael.tremer@ipfire.org
State Accepted
Commit bdd97e5a502c41efea7d159b8a37c35210830518
Headers
Series [01/54] samba: Migrate configuration from Samba 3.6 to 4.x |

Commit Message

Michael Tremer Oct. 13, 2020, 4:07 p.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 html/cgi-bin/samba.cgi | 3 ---
 1 file changed, 3 deletions(-)
  

Patch

diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi
index 59e397747..7d5b4336c 100644
--- a/html/cgi-bin/samba.cgi
+++ b/html/cgi-bin/samba.cgi
@@ -387,7 +387,6 @@  if ($sambasettings{'SECURITY'} eq 'user')
 	{
 	&Header::openbox('100%', 'center', $Lang::tr{'user management'});
 	print <<END
-	<a name="$Lang::tr{'accounting'}"></a>
 	<br />
 	<table class="tbl" width='95%' cellspacing='0'>
 	<tr><td colspan='6' align='left'></td></tr>
@@ -609,9 +608,7 @@  END
 
 my %shares =  config("${General::swroot}/samba/shares");
 
-
 print <<END
-<a name="$Lang::tr{'manage shares'}"></a>
 <br />
 <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>