Diff of /mambo/branches/4.6/administrator/components/com_config/admin.config.html.php
Parent Directory
|
Revision Log
|
Patch
| revision 860, Sun Dec 31 21:06:04 2006 UTC | revision 861, Tue Jan 2 19:16:35 2007 UTC | |
|---|---|---|
| # | Line 226 | Line 226 |
| 226 | <table class="adminform"> | <table class="adminform"> |
| 227 | <tr> | <tr> |
| 228 | <td width="185"><?php echo T_('Language:'); ?></td> | <td width="185"><?php echo T_('Language:'); ?></td> |
| 229 | <td><?php echo $lists['lang']; ?></td> | <td><?php echo $lists['lang']; ?><input type="hidden" name="config_lang" value="<?php echo $row->config_lang; ?>"></td> |
| 230 | </tr> | </tr> |
| 231 | <tr> | <tr> |
| 232 | <td width="185"><?php echo T_('Time Offset:'); ?></td> | <td width="185"><?php echo T_('Time Offset:'); ?></td> |
| # | Line 245 | Line 245 |
| 245 | <td width="185"><?php echo T_('Use Gettext:'); ?></td> | <td width="185"><?php echo T_('Use Gettext:'); ?></td> |
| 246 | <td><?php echo $lists['locale_use_gettext']; ?></td> | <td><?php echo $lists['locale_use_gettext']; ?></td> |
| 247 | </tr> | </tr> |
| <tr> | ||
| <td width="185"><?php echo T_('Country Locale:'); ?></td> | ||
| <td><input class="text_area" type="text" name="config_locale" size="15" value="<?php echo $row->config_locale; ?>"/></td> | ||
| </tr> | ||
| 248 | </table> | </table> |
| 249 | <?php | <?php |
| 250 | $tabs->endTab(); | $tabs->endTab(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

