Diff of /mambo/branches/4.6/administrator/components/com_languages/views/templates/form.tpl.php
Parent Directory
|
Revision Log
|
Patch
| revision 482, Wed Apr 19 08:17:21 2006 UTC | revision 483, Wed Apr 19 13:17:58 2006 UTC | |
|---|---|---|
| # | Line 14 | Line 14 |
| 14 | cursor: pointer; | cursor: pointer; |
| 15 | } | } |
| 16 | </style> | </style> |
| 17 | <style type="text/css"> | |
| 18 | table.adminlist th {text-align:left; | |
| 19 | margin: 0px; | |
| 20 | padding: 0px; | |
| 21 | height: 25px; | |
| 22 | font-size: 11px; | |
| 23 | color: #ffffff; | |
| 24 | } | |
| 25 | </style> | |
| 26 | <script type="text/javascript" src="<?php echo mamboCore::get('mosConfig_live_site');?>/administrator/components/com_languages/tables.js"></script> | |
| 27 | ||
| 28 | <?php if (isset($mosmsg)) : ?><div class="message"><?php echo $mosmsg ?></div> <?php endif; ?> | <?php if (isset($mosmsg)) : ?><div class="message"><?php echo $mosmsg ?></div> <?php endif; ?> |
| 29 | <form action="<?php echo $_SERVER['PHP_SELF'] ?>" method="post" name="adminForm"> | <form action="<?php echo $_SERVER['PHP_SELF'] ?>" method="post" name="adminForm"> |
| # | Line 41 | Line 51 |
| 51 | </tr> | </tr> |
| 52 | </table> | </table> |
| 53 | <br /> | <br /> |
| 54 | <?php echo isset($content) ? $content : 'No content to display.'; ?> | <?php echo isset($content) ? $content : T_('No content to display.'); ?> |
| 55 | </form> | </form> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

