Diff of /mambo/branches/4.6/includes/mamboHTML.php
Parent Directory
|
Revision Log
|
Patch
| revision 1037, Fri Apr 13 06:01:44 2007 UTC | revision 1309, Thu Sep 27 08:09:01 2007 UTC | |
|---|---|---|
| # | Line 29 | Line 29 |
| 29 | echo '<tr>'; | echo '<tr>'; |
| 30 | echo '<td class="item">' . $folder . '/</td>'; | echo '<td class="item">' . $folder . '/</td>'; |
| 31 | echo '<td align="left">'; | echo '<td align="left">'; |
| 32 | echo is_writable( "../$folder" ) ? '<b><span class="green">'.T_('Writeable').'</span></b>' : '<b><span class="red">'.T_('Unwriteable').'</span></b>' . '</td>'; | echo is_writable( "../$folder" ) ? '<strong><span class="green">'.T_('Writeable').'</span></strong>' : '<strong><span class="red">'.T_('Unwriteable').'</span></strong>' . '</td>'; |
| 33 | echo '</tr>'; | echo '</tr>'; |
| 34 | } | } |
| 35 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

