mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Message handler CSS rules (_blank theme)
This commit is contained in:
@@ -134,7 +134,7 @@ input.radio { margin-right: 3px; }
|
|||||||
.adminform td.label { }
|
.adminform td.label { }
|
||||||
.adminform td.control { }
|
.adminform td.control { }
|
||||||
|
|
||||||
.field-help { width: 280px; line-height: 1.4em; padding-top: 3px; }
|
.field-help { width: 280px; line-height: 1.4em; padding-top: 3px; color:#333333 }
|
||||||
.label-note { font-style: italic; }
|
.label-note { font-style: italic; }
|
||||||
|
|
||||||
/* form used for content edit */
|
/* form used for content edit */
|
||||||
@@ -177,10 +177,27 @@ input.radio { margin-right: 3px; }
|
|||||||
|
|
||||||
/******** SyS Messages / Message text formatting */
|
/******** SyS Messages / Message text formatting */
|
||||||
/* message boxes */
|
/* message boxes */
|
||||||
#s-message {}
|
#s-message {margin-bottom: 10px; }
|
||||||
#s-message div.info, #s-message div.error, #s-message div.success, #s-message div.warning {}
|
|
||||||
.message-title {}
|
#s-message div.info,
|
||||||
.message-body {}
|
#s-message div.error,
|
||||||
|
#s-message div.success,
|
||||||
|
#s-message div.warning { padding: 5px;}
|
||||||
|
|
||||||
|
|
||||||
|
#s-message div.info { background-color:#C1E0FF; border: 1px solid #3399FF; }
|
||||||
|
#s-message div.error { background-color:#FFCECE; border: 1px solid #CC0000; }
|
||||||
|
#s-message div.success { background-color:#DFFFDF; border: 1px solid #009900; }
|
||||||
|
#s-message div.warning { background-color:#FFFFD5; border: 1px solid #FFCC00; }
|
||||||
|
|
||||||
|
.message-title { height: 32px; background: 0 50% no-repeat; padding-left: 42px; font-size: 14px; font-weight: bold; line-height: 32px; }
|
||||||
|
|
||||||
|
#s-message div.info .message-title { background-image: url(images/messagebox_info.png); }
|
||||||
|
#s-message div.error .message-title { background-image: url(images/messagebox_critical.png); }
|
||||||
|
#s-message div.success .message-title { background-image: url(images/ok.png); }
|
||||||
|
#s-message div.warning .message-title { background-image: url(images/messagebox_warning.png); }
|
||||||
|
|
||||||
|
.message-body { padding-left: 42px; }
|
||||||
.message-item ()
|
.message-item ()
|
||||||
|
|
||||||
/* validate result inline message */
|
/* validate result inline message */
|
||||||
@@ -367,8 +384,19 @@ ul.plugin-navigation ul.sub-nav a.link-active {font-weight: bold;}
|
|||||||
#dataform {} /* Form tag ID - Default front page - old core definition */
|
#dataform {} /* Form tag ID - Default front page - old core definition */
|
||||||
#core-meta-settings {} /* General meta settings - Default front page */
|
#core-meta-settings {} /* General meta settings - Default front page */
|
||||||
|
|
||||||
|
|
||||||
/* prefs.php */
|
/* prefs.php */
|
||||||
#core-prefs {} /* Main continer - contains all block lemenst from bewlow */
|
#core-prefs {} /* Main continer - contains all block lemenst from bewlow */
|
||||||
|
#core-prefs-main {} /* Settings section - Site Information */
|
||||||
|
#core-prefs-display {} /* Settings section - Display Information */
|
||||||
|
#core-prefs-admindisp {} /* Settings section - Admin Display Options */
|
||||||
|
#core-prefs-date {} /* Settings section - Date display options */
|
||||||
|
#core-prefs-registration {} /* Settings section - User registration-posting */
|
||||||
|
#core-prefs-signup {} /* Settings section - Signup Page Options */
|
||||||
|
#core-prefs-textpost {} /* Settings section - Text rendering */
|
||||||
|
#core-prefs-security {} /* Settings section - Security & Protection */
|
||||||
|
#core-prefs-comments {} /* Settings section - Comments */
|
||||||
|
#core-prefs-advanced {} /* Settings section - Advanced Features */
|
||||||
|
|
||||||
/* search.php */
|
/* search.php */
|
||||||
#core-search-configuration-main {} /* Search Configuration for Searchable Areas - Default front page */
|
#core-search-configuration-main {} /* Search Configuration for Searchable Areas - Default front page */
|
||||||
|
@@ -9,8 +9,8 @@
|
|||||||
* Admin template - _blank theme
|
* Admin template - _blank theme
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_themes/_blank/admin_template.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_themes/_blank/admin_template.php,v $
|
||||||
* $Revision: 1.3 $
|
* $Revision: 1.4 $
|
||||||
* $Date: 2008-12-12 09:55:33 $
|
* $Date: 2008-12-12 11:23:05 $
|
||||||
* $Author: secretr $
|
* $Author: secretr $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@@ -18,6 +18,7 @@
|
|||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
define("ADLINK_COLS",5);
|
define("ADLINK_COLS",5);
|
||||||
|
include_lan(THEME."languages/".e_LANGUAGE.".php");
|
||||||
|
|
||||||
|
|
||||||
$ADMIN_HEADER = "
|
$ADMIN_HEADER = "
|
||||||
|
BIN
e107_themes/_blank/images/messagebox_critical.png
Normal file
BIN
e107_themes/_blank/images/messagebox_critical.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
e107_themes/_blank/images/messagebox_info.png
Normal file
BIN
e107_themes/_blank/images/messagebox_info.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
e107_themes/_blank/images/messagebox_warning.png
Normal file
BIN
e107_themes/_blank/images/messagebox_warning.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
e107_themes/_blank/images/ok.png
Normal file
BIN
e107_themes/_blank/images/ok.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
6
e107_themes/_blank/languages/English.php
Normal file
6
e107_themes/_blank/languages/English.php
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?php
|
||||||
|
define("EMESSLAN_TITLE_INFO", "System Information");
|
||||||
|
define("EMESSLAN_TITLE_ERROR", "Critical Error");
|
||||||
|
define("EMESSLAN_TITLE_SUCCESS", "Success");
|
||||||
|
define("EMESSLAN_TITLE_WARNING", "Warning");
|
||||||
|
?>
|
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
include_lan(THEME."languages/".e_LANGUAGE.".php");
|
||||||
|
|
||||||
$THEME_CORE_JSLIB = array(
|
$THEME_CORE_JSLIB = array(
|
||||||
'jslib/core/decorate.js' => 'all',
|
'jslib/core/decorate.js' => 'all',
|
||||||
@@ -24,7 +25,7 @@ function theme_head() {
|
|||||||
<script type='text/javascript'>
|
<script type='text/javascript'>
|
||||||
/**
|
/**
|
||||||
* Decorate all tables having e-list class
|
* Decorate all tables having e-list class
|
||||||
* TODO: add 'e-list' class to all list core tables, allow theme decorate.
|
* TODO: add 'adminlist' class to all list core tables, allow theme decorate.
|
||||||
*/
|
*/
|
||||||
e107.runOnLoad( function() {
|
e107.runOnLoad( function() {
|
||||||
\$\$('table.adminlist').each(function(element) {
|
\$\$('table.adminlist').each(function(element) {
|
||||||
|
Reference in New Issue
Block a user