Add plainList, drop iconfont from installer to fix installation.

This commit is contained in:
Matthias Mees 2013-06-27 23:38:51 +02:00
parent 1385341bc8
commit 7c3e390c04
2 changed files with 15 additions and 9 deletions

View File

@ -21,7 +21,7 @@
<div id="content" class="clearfix"> <div id="content" class="clearfix">
{if $is_errors && is_array($errors)} {if $is_errors && is_array($errors)}
{foreach $errors AS $error} {foreach $errors AS $error}
<span class="msg_error"><span class="icon-attention-circled"></span> {$error}</span> <span class="msg_error">{$error}</span>
{/foreach} {/foreach}
{/if} {/if}
{if $getstepint0} {if $getstepint0}
@ -218,10 +218,10 @@
</ul> </ul>
{/if} {/if}
{if $showWritableNote} {if $showWritableNote}
<span class="msg_notice"><span class="icon-info-circled"></span> {$CONST.PROBLEM_PERMISSIONS_HOWTO|sprintf:'chmod 1777'}</span> <span class="msg_notice">{$CONST.PROBLEM_PERMISSIONS_HOWTO|sprintf:'chmod 1777'}</span>
{/if} {/if}
{if $errorCount > 0} {if $errorCount > 0}
<span class="msg_error"><span class="icon-attention-circled"></span> {$CONST.PROBLEM_DIAGNOSTIC}</span> <span class="msg_error">{$CONST.PROBLEM_DIAGNOSTIC}</span>
<a class="block_level" href="serendipity_admin.php">{$CONST.RECHECK_INSTALLATION}</a> <a class="block_level" href="serendipity_admin.php">{$CONST.RECHECK_INSTALLATION}</a>
{else} {else}
@ -250,9 +250,9 @@
{elseif $getstepint3} {elseif $getstepint3}
<h3>{$CONST.CHECK_DATABASE_EXISTS}</h3> <h3>{$CONST.CHECK_DATABASE_EXISTS}</h3>
{if is_array($authors_query)} {if is_array($authors_query)}
<span class="msg_success"><span class="icon-ok-circled"></span> <strong>{$CONST.THEY_DO}</strong>, {$CONST.WONT_INSTALL_DB_AGAIN}</span> <span class="msg_success"><strong>{$CONST.THEY_DO}</strong>, {$CONST.WONT_INSTALL_DB_AGAIN}</span>
{else} {else}
<span class="msg_error"><span class="icon-attention-circled"></span> <strong>{$CONST.THEY_DONT}</strong></span> <span class="msg_error"><strong>{$CONST.THEY_DONT}</strong></span>
<ol> <ol>
<li>{$CONST.CREATE_DATABASE}{if $install_DB} <strong>{$CONST.DONE}</strong>{/if}</li> <li>{$CONST.CREATE_DATABASE}{if $install_DB} <strong>{$CONST.DONE}</strong>{/if}</li>
@ -263,24 +263,24 @@
{/if} {/if}
<h3>{$CONST.ATTEMPT_WRITE_FILE|sprintf:'.htaccess'}</h3> <h3>{$CONST.ATTEMPT_WRITE_FILE|sprintf:'.htaccess'}</h3>
{if $errors_sif === true} {if $errors_sif === true}
<span class="msg_success"><span class="icon-ok-circled"></span> {$CONST.DONE}</span> <span class="msg_success">{$CONST.DONE}</span>
{else} {else}
<h4>{$CONST.FAILED}</h4> <h4>{$CONST.FAILED}</h4>
<ul class="plainList"> <ul class="plainList">
{foreach $errors_sif AS $error_f} {foreach $errors_sif AS $error_f}
<li><span class="msg_error"><span class="icon-attention-circled"></span> {$error_f}</span></li> <li><span class="msg_error">{$error_f}</span></li>
{/foreach} {/foreach}
</ul> </ul>
{/if} {/if}
{if $s9y_installed} {if $s9y_installed}
<span class="msg_success"><span class="icon-ok-circled"></span> {$CONST.SERENDIPITY_INSTALLED}</span> <span class="msg_success">{$CONST.SERENDIPITY_INSTALLED}</span>
<p><strong>{$CONST.THANK_YOU_FOR_CHOOSING}</strong></p> <p><strong>{$CONST.THANK_YOU_FOR_CHOOSING}</strong></p>
<a class="block_level" href="{$smarty.post.serendipityHTTPPath}">{$CONST.VISIT_BLOG_HERE}</a> <a class="block_level" href="{$smarty.post.serendipityHTTPPath}">{$CONST.VISIT_BLOG_HERE}</a>
{else} {else}
<span class="msg_error"><span class="icon-attention-circled"></span> {$CONST.ERROR_DETECTED_IN_INSTALL}</span> <span class="msg_error">{$CONST.ERROR_DETECTED_IN_INSTALL}</span>
{/if} {/if}
{/if} {/if}
</div> </div>

View File

@ -330,6 +330,12 @@ nav ol {
clear: both; clear: both;
} }
.plainList {
list-style: none;
margin-left: 0;
padding-left: 0;
}
/* ICON FONT:; http://fortawesome.github.com/Font-Awesome/ /* ICON FONT:; http://fortawesome.github.com/Font-Awesome/
----------------------------------------------------------------- */ ----------------------------------------------------------------- */