Example #1
0
<p>
<?php 
echo _('Timezone:');
?>
<br />
<?php 
echo html_get_timezone_popup('timezone', $timezone);
?>
</p>
<p>
<?php 
echo _('Theme');
?>
<br />
<?php 
echo html_get_theme_popup('theme_id', $theme_id);
?>
</p>
<p>
<?php 
echo _('Country:');
?>
<br />
<?php 
echo html_get_ccode_popup('ccode', $ccode);
?>
</p>
<p>
@<?php 
printf(_('Email Address:<span class="important">*</span><br /><em>This email address will be verified before account activation. You will receive a mail forward account at &lt;loginname@%1$s&gt; that will forward to this address.</em>'), $GLOBALS['sys_users_host']);
?>
Example #2
0
echo _('Timezone:');
?>
 </td>
<td><?php 
echo html_get_timezone_popup('timezone', $u->getTimeZone());
?>
</td>
</tr>

<tr valign="top">
<td><?php 
echo _('Theme:');
?>
 </td>
<td><?php 
echo html_get_theme_popup('theme_id', $u->getThemeID());
?>
</td>
</tr>

<tr valign="top">
<td><?php 
echo _('Country:');
?>
 </td>
<td><?php 
echo html_get_ccode_popup('ccode', $u->getCountryCode());
?>
</td>
</tr>