|
Lines 83-89
Link Here
|
| 83 |
[% IF CAN_user_clubs_edit_templates %] |
83 |
[% IF CAN_user_clubs_edit_templates %] |
| 84 |
<div class="btn-toolbar"> |
84 |
<div class="btn-toolbar"> |
| 85 |
<div class="btn-group"> |
85 |
<div class="btn-group"> |
| 86 |
<a class="btn" href="templates-add-modify.pl"><i class="fa fa-plus"></i> New club template</a> |
86 |
<a class="btn btn-default" href="templates-add-modify.pl"><i class="fa fa-plus"></i> New club template</a> |
| 87 |
</div> |
87 |
</div> |
| 88 |
</div> |
88 |
</div> |
| 89 |
[% END %] |
89 |
[% END %] |
|
Lines 124-137
Link Here
|
| 124 |
<td>[% Branches.GetName( t.branchcode ) %]</td> |
124 |
<td>[% Branches.GetName( t.branchcode ) %]</td> |
| 125 |
<td> |
125 |
<td> |
| 126 |
[% IF CAN_user_clubs_edit_templates %] |
126 |
[% IF CAN_user_clubs_edit_templates %] |
| 127 |
<a class="btn" style="white-space:nowrap" href="templates-add-modify.pl?id=[% t.id %]"> |
127 |
<a class="btn btn-default" style="white-space:nowrap" href="templates-add-modify.pl?id=[% t.id %]"> |
| 128 |
<i class="fa fa-edit"></i> Edit |
128 |
<i class="fa fa-edit"></i> Edit |
| 129 |
</a> |
129 |
</a> |
| 130 |
[% END %] |
130 |
[% END %] |
| 131 |
</td> |
131 |
</td> |
| 132 |
<td> |
132 |
<td> |
| 133 |
[% IF CAN_user_clubs_edit_templates %] |
133 |
[% IF CAN_user_clubs_edit_templates %] |
| 134 |
<a class="btn" href="#" onclick='ConfirmDeleteTemplate([% t.id %], "[% t.name | html %]", $(this) ); return false;'> |
134 |
<a class="btn btn-default" href="#" onclick='ConfirmDeleteTemplate([% t.id %], "[% t.name | html %]", $(this) ); return false;'> |
| 135 |
<i class="fa fa-trash"></i> Delete |
135 |
<i class="fa fa-trash"></i> Delete |
| 136 |
</a> |
136 |
</a> |
| 137 |
[% END %] |
137 |
[% END %] |
|
Lines 201-214
Link Here
|
| 201 |
<td>[% Branches.GetName( c.branchcode ) %]</td> |
201 |
<td>[% Branches.GetName( c.branchcode ) %]</td> |
| 202 |
<td> |
202 |
<td> |
| 203 |
[% IF CAN_user_clubs_edit_clubs %] |
203 |
[% IF CAN_user_clubs_edit_clubs %] |
| 204 |
<a class="btn" style="white-space:nowrap" href="clubs-add-modify.pl?id=[% c.id %]"> |
204 |
<a class="btn btn-default" style="white-space:nowrap" href="clubs-add-modify.pl?id=[% c.id %]"> |
| 205 |
<i class="fa fa-edit"></i> Edit |
205 |
<i class="fa fa-edit"></i> Edit |
| 206 |
</a> |
206 |
</a> |
| 207 |
[% END %] |
207 |
[% END %] |
| 208 |
</td> |
208 |
</td> |
| 209 |
<td> |
209 |
<td> |
| 210 |
[% IF CAN_user_clubs_edit_clubs %] |
210 |
[% IF CAN_user_clubs_edit_clubs %] |
| 211 |
<a class="btn" href="#" onclick='ConfirmDeleteClub([% c.id %], "[% c.name | html %]", $(this) ); return false;'> |
211 |
<a class="btn btn-default" href="#" onclick='ConfirmDeleteClub([% c.id %], "[% c.name | html %]", $(this) ); return false;'> |
| 212 |
<i class="fa fa-trash"></i> Delete |
212 |
<i class="fa fa-trash"></i> Delete |
| 213 |
</a> |
213 |
</a> |
| 214 |
[% END %] |
214 |
[% END %] |