Commit 3cc18357 authored by Imran Hussain's avatar Imran Hussain
Browse files

Remove the indavidual account renewal drop down.

parent 1704da03
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -90,15 +90,6 @@ This component allows staff members to sort out memberships and renewals that ha
</form>
</div>
<div class='susignup-admin-menu cbb'> 
<h3>Renew existing account:</h3>
<form action='{$componentpath}' method='post'>
	<label for='member'>Account:</label>
	{html_options name=member options=$renewables}
	<input type='hidden' name='mode' id='mode' value="renew" />
	<input type='submit' name='rnsubmit' id='rnsubmit' value="Renew" />
</form>
</div>
<div class='susignup-admin-menu cbb'> 
<h3>Bulk Renewals</h3>
<p style='text-align: left'>This will query the SU API and generate a list of corresponding SUCS accounts to be renewed.<br /> This process can take a little while to run</p><br />
<form action='{$componentpath}' method='post'>