Monday, December 5, 2011

Re: How to move "Actions" text to the right?

On Dec 5, 9:02 am, AD7six <andydawso...@gmail.com> wrote:
> Look at the rendered result.
>

Hmm, not sure what I am looking for in the rendered result. Here is
the first two rows of the table:

<table cellpadding="0" cellspacing="0">
<tr>
<th><a href="/blogtest/categories/index/page:1/sort:id/
direction:asc">Id</a></th>
<th><a href="/blogtest/categories/index/page:1/sort:title/
direction:asc">Title</a></th>
<th class="actions">Actions</th>
</tr>
<tr class="altrow">
<td>1&nbsp;</td>
<td>Category 1&nbsp;</td>
<td class="actions">
<a href="/blogtest/categories/view/1">View</a> <a href="/
blogtest/categories/edit/1">Edit</a> <a href="/blogtest/categories/
delete/1" onclick="return confirm(&#039;Are you sure you want to
delete # 1?&#039;);">Delete</a> </td>
</tr>

> It looks to me like you have a __() when you should have echo __()
>
> AD

Whereabouts?

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: