Diff of /mambo/branches/4.6/administrator/components/com_templates/admin.templates.html.php
Parent Directory
|
Revision Log
|
Patch
| revision 153, Thu Jan 19 17:11:47 2006 UTC | revision 154, Thu Jan 19 20:55:40 2006 UTC | |
|---|---|---|
| # | Line 223 | Line 223 |
| 223 | <td width="290"><table class="adminheading"><tr><th class="templates">Template HTML Editor</th></tr></table></td> | <td width="290"><table class="adminheading"><tr><th class="templates">Template HTML Editor</th></tr></table></td> |
| 224 | <td width="220"> | <td width="220"> |
| 225 | <span class="componentheading">index.php is : | <span class="componentheading">index.php is : |
| 226 | <b><?php echo is_writable($template_path) ? '<font color="green"> Writeable</font>' : '<font color="red"> Unwriteable</font>' ?></b> | <b><?php echo is_writable($template_path) ? '<span class="green">'.T_('Writeable').'</span>' : '<span class="red">'.T_('Unwriteable').'</span>' ?></b> |
| 227 | </span> | </span> |
| 228 | </td> | </td> |
| 229 | <?php | <?php |
| # | Line 277 | Line 277 |
| 277 | <td width="280"><table class="adminheading"><tr><th class="templates">Template CSS Editor</th></tr></table></td> | <td width="280"><table class="adminheading"><tr><th class="templates">Template CSS Editor</th></tr></table></td> |
| 278 | <td width="260"> | <td width="260"> |
| 279 | <span class="componentheading">template_css.css is : | <span class="componentheading">template_css.css is : |
| 280 | <b><?php echo is_writable($css_path) ? '<font color="green"> Writeable</font>' : '<font color="red"> Unwriteable</font>' ?></b> | <b><?php echo is_writable($css_path) ? '<span class="green">'.T_('Writeable').'</span>' : '<span class="red">'.T_('Unwriteable').'</span>' ?></b> |
| 281 | </span> | </span> |
| 282 | </td> | </td> |
| 283 | <?php | <?php |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

