Removed stupid HTML5/jQuery progress hints.
This commit is contained in:
parent
9dd573f971
commit
6a9bdd0c6a
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: No *}
|
||||
|
||||
{if $post_save}
|
||||
{if $new}
|
||||
<span class="msg_success"><span class="icon-ok-circle"></span> {$CONST.CATEGORY_SAVED}</span>
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: No *}
|
||||
|
||||
{if !empty($errormsg)}
|
||||
{* TODO: Not sure anything emitted here actually IS an error. *}
|
||||
<span class="msg_error"><span class="icon-attention"></span> {$errormsg}</span>
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN *}
|
||||
|
||||
{if $installAction == 'check'}
|
||||
{if $diagnosticError}
|
||||
<h2>{$CONST.DIAGNOSTIC_ERROR}</h2>
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: No *}
|
||||
|
||||
{if $drawList}
|
||||
<h2>{$CONST.FIND_ENTRIES}</h2>
|
||||
|
||||
|
@ -1,4 +1 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN *}
|
||||
|
||||
<p><strong>{$CONST.WELCOME_BACK} {$smarty.session.serendipityUser|escape}</strong></p>
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN *}
|
||||
|
||||
<h2>{$CONST.EXPORT_ENTRIES}</h2>
|
||||
|
||||
<a id="export_rss" class="button_link icon_link" href="{$serendipityBaseURL}rss.php?version=2.0&all=1"><span class="icon-rss"></span> {$CONST.EXPORT_FEED}</a>
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN *}
|
||||
|
||||
{if $delete_yes}
|
||||
<span class="msg_success"><span class="icon-ok-circle"></span> {$CONST.DELETED_GROUP|sprintf:"{$group_id|escape:"html"}":"{$group.name|escape:"html"}"}</span>
|
||||
{/if}
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: No *}
|
||||
|
||||
{if $case_imgedit}
|
||||
<span class="msg_notice"><span class="icon-info-circle"></span> {$CONST.PREFERENCE_USE_JS_WARNING}</span>
|
||||
{/if}
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN *}
|
||||
|
||||
{if $importForm}
|
||||
{if $die}
|
||||
<span class="msg_error"><span class="icon-attention"></span> FAILURE: Unable to require import module, possible syntax error?</span>
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: No *}
|
||||
|
||||
<!doctype html>
|
||||
<!--[if IE 8]> <html class="no-js lt-ie9" lang="{$lang}"> <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html class="no-js" lang="{$lang}"> <!--<![endif]-->
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN *}
|
||||
|
||||
{if $is_errors && is_array($errors)}
|
||||
{foreach $errors AS $error}
|
||||
<span class="msg_error"><span class="icon-attention"></span> {$error}</span>
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: No *}
|
||||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: No *}
|
||||
|
||||
{* Erm, why isn't this localized at all? o_O A: (cite Garvin) http://board.s9y.org/viewtopic.php?f=10&t=18967&p=10432556#p10432556*}
|
||||
<div id="imgedit" class="clearfix">
|
||||
<form method="post" action="{$imgedit.my_url}" onsubmit="imgedit_getCoordinates()">
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN *}
|
||||
|
||||
{* Erm, why isn't this localized at all? o_O *}
|
||||
<div id="fs_info" class="info">
|
||||
{* Check if h3 is the proper level. *}
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: No *}
|
||||
|
||||
{foreach from=$media.files item="file" name="mediafiles" key="mediakey"}
|
||||
{if NOT $media.manage}
|
||||
<div class="media_file_preview">
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: No *}
|
||||
|
||||
<script src="{serendipity_getFile file='admin/js/jquery.syncheight.js'}"></script>
|
||||
|
||||
<h2>{$CONST.FIND_MEDIA}</h2>
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN *}
|
||||
|
||||
<h2>{$CONST.MEDIA_PROP}</h2>
|
||||
|
||||
{if $media.is_edit}
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN *}
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="{$CONST.LANG_CHARSET}">
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: No *}
|
||||
{* jQuery: No *}
|
||||
|
||||
{* Customization notes: All classnames and especially DOM IDs should be kept to keep compatibility with JavaScript calls! *}
|
||||
|
||||
<h2>{$CONST.ADD_MEDIA}</h2>
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: No *}
|
||||
|
||||
{* serendipity_plugins_admin.inc.php::serendipity_plugin_config() - the OUT_STACK loop *}
|
||||
{if $ctype == 'seperator'}
|
||||
<hr>
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN*}
|
||||
|
||||
<h2>{$output.welcome}</h2>
|
||||
{$output.more}
|
||||
{if $output.show_links}
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN *}
|
||||
|
||||
<h2>{$CONST.PERSONAL_SETTINGS}</h2>
|
||||
{if $adminAction == 'save'}
|
||||
{if $not_authorized}
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN *}
|
||||
|
||||
{if $plugin_to_conf}
|
||||
{if is_array($save_errors)}
|
||||
<div class="msg_error">
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: No *}
|
||||
|
||||
{* serendipity_plugins_admin.inc.php::serendipity_plugin_config() *}
|
||||
<script>
|
||||
var const_view = '{$CONST.VIEW_FULL}';
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN *}
|
||||
|
||||
{* functions_plugins_admin.inc.php::function ownership() *}
|
||||
|
||||
{if $show_ownership}
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: No *}
|
||||
|
||||
{* functions_plugins_admin.inc.php::function_show_plugins() including output of functions_plugins_admin.inc.php::function ownership() *}
|
||||
|
||||
{if !$eyecandy}
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN *}
|
||||
|
||||
{if $adminAction == 'install'}
|
||||
<span class="msg_success"><span class="icon-ok-circle"></span> {$install_template|string_format:"{$CONST.TEMPLATE_SET}"}</span>
|
||||
{/if}
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN *}
|
||||
|
||||
{if ($get.action == 'ignore')}
|
||||
{* TODO: don't know what to put here? *}
|
||||
{elseif ($get.action == 'upgrade')}
|
||||
|
@ -1,6 +1,3 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN *}
|
||||
|
||||
{if $delete_yes}
|
||||
{if $no_delete_permission}
|
||||
<span class="msg_error"><span class="icon-attention"></span> {$CONST.CREATE_NOT_AUTHORIZED}</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user