Archived
1
0

Removed stupid HTML5/jQuery progress hints.

This commit is contained in:
Matthias Mees
2013-06-01 11:09:10 +02:00
parent 9dd573f971
commit 6a9bdd0c6a
29 changed files with 0 additions and 87 deletions

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: No *}
{if $post_save} {if $post_save}
{if $new} {if $new}
<span class="msg_success"><span class="icon-ok-circle"></span> {$CONST.CATEGORY_SAVED}</span> <span class="msg_success"><span class="icon-ok-circle"></span> {$CONST.CATEGORY_SAVED}</span>

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: No *}
{if !empty($errormsg)} {if !empty($errormsg)}
{* TODO: Not sure anything emitted here actually IS an error. *} {* TODO: Not sure anything emitted here actually IS an error. *}
<span class="msg_error"><span class="icon-attention"></span> {$errormsg}</span> <span class="msg_error"><span class="icon-attention"></span> {$errormsg}</span>

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: NN *}
{if $installAction == 'check'} {if $installAction == 'check'}
{if $diagnosticError} {if $diagnosticError}
<h2>{$CONST.DIAGNOSTIC_ERROR}</h2> <h2>{$CONST.DIAGNOSTIC_ERROR}</h2>

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: No *}
{if $drawList} {if $drawList}
<h2>{$CONST.FIND_ENTRIES}</h2> <h2>{$CONST.FIND_ENTRIES}</h2>

View File

@@ -1,4 +1 @@
{* HTML5: Yes *}
{* jQuery: NN *}
<p><strong>{$CONST.WELCOME_BACK} {$smarty.session.serendipityUser|escape}</strong></p> <p><strong>{$CONST.WELCOME_BACK} {$smarty.session.serendipityUser|escape}</strong></p>

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: NN *}
<h2>{$CONST.EXPORT_ENTRIES}</h2> <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> <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>

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: NN *}
{if $delete_yes} {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> <span class="msg_success"><span class="icon-ok-circle"></span> {$CONST.DELETED_GROUP|sprintf:"{$group_id|escape:"html"}":"{$group.name|escape:"html"}"}</span>
{/if} {/if}

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: No *}
{if $case_imgedit} {if $case_imgedit}
<span class="msg_notice"><span class="icon-info-circle"></span> {$CONST.PREFERENCE_USE_JS_WARNING}</span> <span class="msg_notice"><span class="icon-info-circle"></span> {$CONST.PREFERENCE_USE_JS_WARNING}</span>
{/if} {/if}

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: NN *}
{if $importForm} {if $importForm}
{if $die} {if $die}
<span class="msg_error"><span class="icon-attention"></span> FAILURE: Unable to require import module, possible syntax error?</span> <span class="msg_error"><span class="icon-attention"></span> FAILURE: Unable to require import module, possible syntax error?</span>

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: No *}
<!doctype html> <!doctype html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="{$lang}"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="{$lang}"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="{$lang}"> <!--<![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="{$lang}"> <!--<![endif]-->

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: NN *}
{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"></span> {$error}</span> <span class="msg_error"><span class="icon-attention"></span> {$error}</span>

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: No *}
<!doctype html> <!doctype html>
<html> <html>
<head> <head>

View File

@@ -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*} {* 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"> <div id="imgedit" class="clearfix">
<form method="post" action="{$imgedit.my_url}" onsubmit="imgedit_getCoordinates()"> <form method="post" action="{$imgedit.my_url}" onsubmit="imgedit_getCoordinates()">

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: NN *}
{* Erm, why isn't this localized at all? o_O *} {* Erm, why isn't this localized at all? o_O *}
<div id="fs_info" class="info"> <div id="fs_info" class="info">
{* Check if h3 is the proper level. *} {* Check if h3 is the proper level. *}

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: No *}
{foreach from=$media.files item="file" name="mediafiles" key="mediakey"} {foreach from=$media.files item="file" name="mediafiles" key="mediakey"}
{if NOT $media.manage} {if NOT $media.manage}
<div class="media_file_preview"> <div class="media_file_preview">

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: No *}
<script src="{serendipity_getFile file='admin/js/jquery.syncheight.js'}"></script> <script src="{serendipity_getFile file='admin/js/jquery.syncheight.js'}"></script>
<h2>{$CONST.FIND_MEDIA}</h2> <h2>{$CONST.FIND_MEDIA}</h2>

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: NN *}
<h2>{$CONST.MEDIA_PROP}</h2> <h2>{$CONST.MEDIA_PROP}</h2>
{if $media.is_edit} {if $media.is_edit}

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: NN *}
<html> <html>
<head> <head>
<meta charset="{$CONST.LANG_CHARSET}"> <meta charset="{$CONST.LANG_CHARSET}">

View File

@@ -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! *} {* Customization notes: All classnames and especially DOM IDs should be kept to keep compatibility with JavaScript calls! *}
<h2>{$CONST.ADD_MEDIA}</h2> <h2>{$CONST.ADD_MEDIA}</h2>

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: No *}
{* serendipity_plugins_admin.inc.php::serendipity_plugin_config() - the OUT_STACK loop *} {* serendipity_plugins_admin.inc.php::serendipity_plugin_config() - the OUT_STACK loop *}
{if $ctype == 'seperator'} {if $ctype == 'seperator'}
<hr> <hr>

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: NN*}
<h2>{$output.welcome}</h2> <h2>{$output.welcome}</h2>
{$output.more} {$output.more}
{if $output.show_links} {if $output.show_links}

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: NN *}
<h2>{$CONST.PERSONAL_SETTINGS}</h2> <h2>{$CONST.PERSONAL_SETTINGS}</h2>
{if $adminAction == 'save'} {if $adminAction == 'save'}
{if $not_authorized} {if $not_authorized}

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: NN *}
{if $plugin_to_conf} {if $plugin_to_conf}
{if is_array($save_errors)} {if is_array($save_errors)}
<div class="msg_error"> <div class="msg_error">

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: No *}
{* serendipity_plugins_admin.inc.php::serendipity_plugin_config() *} {* serendipity_plugins_admin.inc.php::serendipity_plugin_config() *}
<script> <script>
var const_view = '{$CONST.VIEW_FULL}'; var const_view = '{$CONST.VIEW_FULL}';

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: NN *}
{* functions_plugins_admin.inc.php::function ownership() *} {* functions_plugins_admin.inc.php::function ownership() *}
{if $show_ownership} {if $show_ownership}

View File

@@ -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() *} {* functions_plugins_admin.inc.php::function_show_plugins() including output of functions_plugins_admin.inc.php::function ownership() *}
{if !$eyecandy} {if !$eyecandy}

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: NN *}
{if $adminAction == 'install'} {if $adminAction == 'install'}
<span class="msg_success"><span class="icon-ok-circle"></span> {$install_template|string_format:"{$CONST.TEMPLATE_SET}"}</span> <span class="msg_success"><span class="icon-ok-circle"></span> {$install_template|string_format:"{$CONST.TEMPLATE_SET}"}</span>
{/if} {/if}

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: NN *}
{if ($get.action == 'ignore')} {if ($get.action == 'ignore')}
{* TODO: don't know what to put here? *} {* TODO: don't know what to put here? *}
{elseif ($get.action == 'upgrade')} {elseif ($get.action == 'upgrade')}

View File

@@ -1,6 +1,3 @@
{* HTML5: Yes *}
{* jQuery: NN *}
{if $delete_yes} {if $delete_yes}
{if $no_delete_permission} {if $no_delete_permission}
<span class="msg_error"><span class="icon-attention"></span> {$CONST.CREATE_NOT_AUTHORIZED}</span> <span class="msg_error"><span class="icon-attention"></span> {$CONST.CREATE_NOT_AUTHORIZED}</span>