View of /mambo/branches/4.6/administrator/components/com_languages/views/templates/form.tpl.php
Parent Directory
|
Revision Log
Revision 556 -
(download)
(annotate)
Wed Jun 7 08:15:51 2006 UTC (6 years, 11 months ago) by csouza
File size: 2215 byte(s)
Wed Jun 7 08:15:51 2006 UTC (6 years, 11 months ago) by csouza
File size: 2215 byte(s)
internationalization modifications
<?php defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?>
<style type="text/css">
.sortbutton {
border-top : solid 1px #3872B2;
border-right : solid 1px #3872B2;
border-bottom : solid 1px #3872B2;
border-left : solid 1px #fff;
background-color : #3872B2;
color : #FFF;
font-weight : bold;
height : 2em;
width : 100%;
font-size : .9em;
cursor: pointer;
}
</style>
<style type="text/css">
table.adminlist th {text-align:left;
margin: 0px;
padding: 0px;
height: 25px;
font-size: 11px;
color: #ffffff;
}
</style>
<script type="text/javascript" src="<?php echo mamboCore::get('mosConfig_live_site');?>/administrator/components/com_languages/tables.js"></script>
<?php if (isset($mosmsg)) : ?><div class="message"><?php echo $mosmsg ?></div> <?php endif; ?>
<form action="<?php echo $_SERVER['PHP_SELF'] ?>" method="post" name="adminForm">
<input type="hidden" name="option" value="com_languages" />
<input type="hidden" name="task" value="<?php echo $task ?>" />
<input type="hidden" name="act" value="<?php echo $act ?>" />
<input type="hidden" name="hidemainmenu" value="0" />
<input type="hidden" name="boxchecked" value="0" />
<table class="adminheading">
<tr>
<th class="langmanager">
<?php echo isset($header) ? $header : T_('Mambo Language Editor') ?>
</th> <!--
<td>
<?php if ($task == 'index'): ?>
<select name="setLanguage" class="inputbox" size="1" onchange="document.adminForm.submit();">
<option value="en"><?php echo T_('Select Language') ?></option>
<?php foreach ($languages as $name => $obj): ?>
<option value="<?php echo $name.'"';?> <?php echo $setLanguage==$name?' selected="selected"':''?>><?php echo $obj->title; if (!empty($obj->territory)) echo ' ('.$obj->territory.')' ?></option>
<?php endforeach; ?>
</select>
<?php endif;/**/ ?>
</td> -->
</tr>
</table>
<br />
<?php echo isset($content) ? $content : T_('No content to display.'); ?>
</form>| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

