In the "Front List" area, under Column Lists I have
In the HTML box I have
This displays the following list:
[attachment=0]Listing.PNG[/attachment]
What I am wanting is that the ID number i.e. Ref No, on each line is an edit link. I've tried a few things but they have not worked.
basketball78.id:Ref No
basketball78.studentsurname:Surname
basketball78.studentname:First name
basketball78.datepaid:Paid
basketball78.schoolyear:Year
<?php if ( \GCore\Libs\Authorize::check_rules($connection['Connection']['extras']['front']['permissions']['delete'], \GCore\Libs\Authenticate::get_user_groups())) { echo '_DELETE_:[ Delete ]'; } ?>
In the HTML box I have
basketball78.delete:[ Delete ]
This displays the following list:
[attachment=0]Listing.PNG[/attachment]
What I am wanting is that the ID number i.e. Ref No, on each line is an edit link. I've tried a few things but they have not worked.