dereuromark / cakephp-translate

A CakePHP plugin to manage translations of your static content the easy way via web backend.
MIT License
17 stars 3 forks source link

No Record Action Buttons #7

Closed ravage84 closed 6 years ago

ravage84 commented 7 years ago

When I navigate to the project index, I do not see any record action buttons:

no-action-buttons

HTML:

<td class="actions">
<a href="/my_app/admin/translate/translate-projects/view/1"><i class="icon icon-view fa fa-eye" title="" data-placement="bottom" data-toggle="tooltip" data-original-title="View"></i></a>
<a href="/my_app/admin/translate/translate-projects/edit/1"><i class="icon icon-edit fa fa-pencil" title="" data-placement="bottom" data-toggle="tooltip" data-original-title="Edit"></i></a>
<form name="post_591ee7a78d00d381740057" style="display:none;" method="post" action="/my_app/admin/translate/translate-projects/delete/1"><input name="_method" value="POST" type="hidden"></form>
<a href="#" onclick="if (confirm(&quot;Are you sure you want to delete # 1?&quot;)) { document.post_591ee7a78d00d381740057.submit(); } event.returnValue = false; return false;"><i class="icon icon-delete fa fa-trash" title="" data-placement="bottom" data-toggle="tooltip" data-original-title="Delete"></i></a>
</td>

Probably related to #6

dereuromark commented 7 years ago

What record action buttons are you looking for?

ravage84 commented 7 years ago

The ones that are actually there, but due to lack of CakePHPs styling, the icons are not displayed.

dereuromark commented 7 years ago

Yeah, you might need to include the fontawesome part here.

dereuromark commented 6 years ago

Requires fontawesome due to the templating. Can be customized with own templates if needed otherwise. Docs fixed.