1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-04 23:44:25 +03:00

fixed html bugs on plugins list and registration page

This commit is contained in:
Stepan Tanasiychuk 2011-10-10 01:20:56 +03:00
parent b99c8f2c62
commit 85e619ebbe
2 changed files with 4 additions and 4 deletions

View file

@ -25,13 +25,13 @@
{$aPlugin.property->homepage}
</td>
<td>{$aPlugin.property->version|escape:'html'}</td>
<td>{$aPlugin.property->author->data|escape:'html'}</td>
<td>{$aPlugin.property->author->data|escape:'html'}</td>
<td>{if $aPlugin.is_active}<a href="{$aPlugin.property->settings}">{$aPlugin.property->settings}</a>{else}{$aPlugin.property->settings}{/if}</td>
<td>
{if $aPlugin.is_active}
<a href="{router page='admin'}plugins/?plugin={$aPlugin.code}&action=deactivate&security_ls_key={$LIVESTREET_SECURITY_KEY}">{$aLang.plugins_plugin_deactivate}</a>
<a href="{router page='admin'}plugins/?plugin={$aPlugin.code}&amp;action=deactivate&amp;security_ls_key={$LIVESTREET_SECURITY_KEY}">{$aLang.plugins_plugin_deactivate}</a>
{else}
<a href="{router page='admin'}plugins/?plugin={$aPlugin.code}&action=activate&security_ls_key={$LIVESTREET_SECURITY_KEY}">{$aLang.plugins_plugin_activate}</a>
<a href="{router page='admin'}plugins/?plugin={$aPlugin.code}&amp;action=activate&amp;security_ls_key={$LIVESTREET_SECURITY_KEY}">{$aLang.plugins_plugin_activate}</a>
{/if}
</td>
</tr>

View file

@ -24,7 +24,7 @@
<input type="password" value="" id="repass" name="password_confirm" class="input-text input-wide" /></label></p>
{$aLang.registration_captcha}<br />
<img src="{cfg name='path.root.engine_lib'}/external/kcaptcha/index.php?{$_sPhpSessionName}={$_sPhpSessionId}" onclick="this.src='{cfg name='path.root.engine_lib'}/external/kcaptcha/index.php?{$_sPhpSessionName}={$_sPhpSessionId}&n='+Math.random();" />
<img src="{cfg name='path.root.engine_lib'}/external/kcaptcha/index.php?{$_sPhpSessionName}={$_sPhpSessionId}" onclick="this.src='{cfg name='path.root.engine_lib'}/external/kcaptcha/index.php?{$_sPhpSessionName}={$_sPhpSessionId}&amp;n='+Math.random();" alt="it's img captcha" />
<p><input type="text" name="captcha" value="" maxlength="3" class="input-text input-100" /></p>