Fixes for bug 333010, bug 332991, bug 332993.

This commit is contained in:
mike.morgan%oregonstate.edu 2006-04-07 03:17:40 +00:00
Родитель 51c5c0626d
Коммит 55968289a0
4 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -8,7 +8,7 @@
{if $user->UserEmailHide eq 1}
Email not disclosed
{else}
<a href="mailt:{$user->UserEmail|escape}">{$user->UserEmail|escape}</a>
<a href="mailto:{$user->UserEmail|escape}">{$user->UserEmail|escape}</a>
{/if}
</dd>

Просмотреть файл

@ -33,12 +33,12 @@
<div>
<label class="amo-label-large" for="email">E-Mail Address:</label>
<input id="email" name="email" type="text" value="{$email_value|escape}"/>
<input id="email" name="email" type="text" value="{$email_value|escape}" size="40"/>
</div>
<div>
<label class="amo-label-large" for="emailconfirm">Confirm E-Mail:</label>
<input id="emailconfirm" name="emailconfirm" type="text" value="{$emailconfirm_value|escape}"/>
<input id="emailconfirm" name="emailconfirm" type="text" value="{$emailconfirm_value|escape}" size="40"/>
</div>
<p>How do you want to be known to visitors of Mozilla Update? This is your "author
@ -51,7 +51,7 @@
<div>
<label class="amo-label-large" for="name">Your Name:</label>
<input id="name" name="name" type="text" value="{$name_value|escape}"/>
<input id="name" name="name" type="text" value="{$name_value|escape}" size="40"/>
</div>
<p>If you have a website, enter the URL here. (including the http:// ) Your website
@ -61,7 +61,7 @@
<div>
<label class="amo-label-large" for="website">Your Website:</label>
<input id="website" name="website" type="text" value="{$website_value|escape}"/>
<input id="website" name="website" type="text" value="{$website_value|escape}" size="40"/>
</div>
{if $error_password_empty}
@ -73,12 +73,12 @@
<div>
<label class="amo-label-large" for="password">Password:</label>
<input id="password" name="password" type="password" />
<input id="password" name="password" type="password" size="40"/>
</div>
<div>
<label class="amo-label-large" for="passwordconfirm">Confirm Password:</label>
<input id="passwordconfirm" name="passwordconfirm" type="password" />
<input id="passwordconfirm" name="passwordconfirm" type="password" size="40"/>
</div>
<p>Review what you entered above. If everything's correct, click the "Join Mozilla

Просмотреть файл

@ -13,7 +13,7 @@ while minimizing the size of the application itself.</p>
{/section}
</ul>
<h2><a href="{$config.webpath}/rss/{$app}/extensions/popular/"><img class="rss" src="{$config.webpath}/images/rss.png" alt=""/>Top Extensions</h2>
<h2><a href="{$config.webpath}/rss/{$app}/extensions/popular/"><img class="rss" src="{$config.webpath}/images/rss.png" alt=""/>Top Extensions</a></h2>
<ul>
{section name=pe loop=$popularExtensions step=1 start=0}
<li><a href="{$config.webpath}/{$app}/{$popularExtensions[pe].ID}/">{$popularExtensions[pe].name}</a> ({$popularExtensions[pe].dc} downloads)</li>

Просмотреть файл

@ -9,7 +9,7 @@
{/section}
</ul>
<h2><a href="{$config.webpath}/rss/{$app}/themes/popular/"><img class="rss" src="{$config.webpath}/images/rss.png" alt=""/>Top Themes</h2>
<h2><a href="{$config.webpath}/rss/{$app}/themes/popular/"><img class="rss" src="{$config.webpath}/images/rss.png" alt=""/>Top Themes</a></h2>
<ul>
{section name=pt loop=$popularThemes step=1 start=0}
<li><a href="{$config.webpath}/{$app}/{$popularThemes[pt].ID}/">{$popularThemes[pt].name}</a> ({$popularThemes[pt].dc} downloads)</li>