Submit Button Appears
Posted: 2020-06-22 03:26
New to the web database world but Enjoying my time with AppGini.
My tablename is "Items" and I have customised the header in the items.php hook file.
code extract:
if($memberInfo['group']=='Admins'){
$header='<%%HEADER%%> <a href="https://www.nswfootballhistory.com.au/T ... s_view.php" class="btn btn-default" style="font-size : 15px">Back to Accessions</a>';
}else{
$header='<%%HEADER%%> <br> <br> <b>Farrer Football League Records (The Crier)</b> <br>
<a href="https://www.nswfootballhistory.com.au/T ... 3">1960</a>
<a href="https://www.nswfootballhistory.com.au/T ... 4">1961</a>
All works fine except i have a Submit Button that I can't seem to remove???
help please
John
My tablename is "Items" and I have customised the header in the items.php hook file.
code extract:
if($memberInfo['group']=='Admins'){
$header='<%%HEADER%%> <a href="https://www.nswfootballhistory.com.au/T ... s_view.php" class="btn btn-default" style="font-size : 15px">Back to Accessions</a>';
}else{
$header='<%%HEADER%%> <br> <br> <b>Farrer Football League Records (The Crier)</b> <br>
<a href="https://www.nswfootballhistory.com.au/T ... 3">1960</a>
<a href="https://www.nswfootballhistory.com.au/T ... 4">1961</a>
All works fine except i have a Submit Button that I can't seem to remove???
help please
John