Created
December 8, 2014 05:04
-
-
Save taleeb35/1b6e6cf3a48f3bb5cff1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<td <?php if ($current_date > $dateTarget) { echo "style='background-color:red;'"; } ?>> | |
<?php echo $this->Html->link($issue['Issue']['name'], array('controller' => 'issues', 'action' => 'select', $issue['Issue']['id'])); ?> </td> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment