View List Buttons

View List Buttons

by Owen Funnell -
Number of replies: 1

Hi All

I have been teaching myself how to use the Databases Activity. I used the example of the Moodle Jobs Board 


I cant currently get rid of the buttons on the view list page something that isn't on the Jobs Board  

HTML for the Repeated entry

<p style="text-align: center;"> </p>
<table class="text-center" style="width: 790px;" border="0" cellspacing="5" cellpadding="5" align="center">
<tbody>
<tr>
<td>
<h5>Position</h5>
</td>
<td> </td>
<td>
<h5>Type</h5>
</td>
<td> </td>
<td>
<h5>Location</h5>
</td>
<td> </td>
<td>
<h5>Date added</h5>
</td>
<td> </td>
</tr>
<tr>
<td><a href="##moreurl##">Position</a></td>
<td> </td>
<td>Type</td>
<td> </td>
<td>Location</td>
<td> </td>
<td>DateAdded</td>
<td> </td>
</tr>
</tbody>
</table>

As an addition - The Moodle jobs Board has been built with the same Databases Activity Tools. Don't supposes there is a way of getting the HTML for the view list, single template etc.

Thanks all in advance 

Owen 

Average of ratings: -
In reply to Owen Funnell

Re: View List Buttons

by William Lu -
Picture of Particularly helpful Moodlers
If you are worried about the 3 buttons at the bottom of the View list page, you can switch role to Student view.
Those 3 buttons are for Editing-teacher's role to use only.