1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 02:42:40 +02:00

Lancheck Administration area - ready

This commit is contained in:
secretr
2008-12-15 21:16:32 +00:00
parent eb8ebadaf7
commit a03d9c5019
8 changed files with 312 additions and 167 deletions

View File

@@ -207,7 +207,7 @@ label { cursor: pointer; }
/* message text (overall) */
.warning { color: #FF6600 }
.success {}
.success { color: green; }
.error { color: #FF0000 }
.info {}
@@ -307,6 +307,7 @@ input.edit {}
.admin-header-content { border: 1px solid #DDDDDD; }
.admin-page-body { padding: 20px 15px 0; }
.admin-footer {}
legend { font-size: 16px; font-weight: bold; }
/******** Layout */
.main-table { width: 100%; border: 0 none; }
@@ -318,7 +319,6 @@ input.edit {}
/******** Horizontal navigation ADMIN_NAV_ALT */
.admin-navigation { border: 1px solid #DDDDDD;}
/******** Side Navigation
- Admin Navigation
- Plugin Navigation
@@ -339,7 +339,7 @@ ul.plugin-navigation ul.sub-nav a.link-active {font-weight: bold;}
/******** Block Elements */
.block { border: 1px solid #DDDDDD; margin-bottom: 10px;}
.block-text { padding: 10px 10px 10px; }
.block h4 { padding: 5px 10px 5px; border-bottom: 1px solid #DDDDDD; }
.block h2, .block h4 { padding: 5px 10px 5px; border-bottom: 1px solid #DDDDDD; }
.page-info { border: 1px solid #DDDDDD; margin-bottom: 10px; }
.page-info p { padding: 10px; }

View File

@@ -9,8 +9,8 @@
* Admin template - _blank theme
*
* $Source: /cvs_backup/e107_0.8/e107_themes/_blank/admin_template.php,v $
* $Revision: 1.4 $
* $Date: 2008-12-12 11:23:05 $
* $Revision: 1.5 $
* $Date: 2008-12-15 21:16:31 $
* $Author: secretr $
*
*/
@@ -45,6 +45,7 @@ $ADMIN_HEADER = "
<td>
<div class='col-main'>
<div class='inner-wrapper'>
{SETSTYLE=admin_content}
";
/*
{SETSTYLE=admin_menu}

View File

@@ -15,9 +15,9 @@
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 12px;
font-size: 14px;
color: #13394E;
font-weight: bold;
font-weight: normal;
text-decoration: none;
}
@@ -55,8 +55,8 @@ ul.sub {border-top: 1px solid #DDDDDD;}
background-image: none;
background-color: #FFFFFF;
line-height: 28px;
font-size: 11px;
font-weight: bold;
font-size: 12px;
font-weight: normal;
padding-left: 10px;
padding-right: 0px;
border-left: 1px solid #DDDDDD;

View File

@@ -64,6 +64,18 @@ function tablestyle($caption, $text){
</div>
';
break;
case 'admin_content':
echo '
<div class="block">
<h2>'.$caption.'</h2>
<div class="block-text">
'.$text.'
</div>
</div>
';
break;
default:
echo '
<div class="block">