Merge branch 'pageattributes' into 'master'
refactoring der Pageattributes (qc und do) See merge request !29
This commit is contained in:
commit
9fbd182782
14 changed files with 308 additions and 240 deletions
3
main.php
3
main.php
|
@ -288,7 +288,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* page quality / page tasks */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
include('tpl/nav-page-quality-tasks.php');
|
||||
include('tpl/nav-page-attributes.php');
|
||||
?>
|
||||
|
||||
<?php
|
||||
|
@ -324,6 +324,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
include('tpl/nav-meta-box.php'); ?>
|
||||
</div>
|
||||
|
||||
<div class="qc-output"></div>
|
||||
|
||||
<div class="msg-area"><?php html_msgarea();/*msg('Information.', 0);msg('Success', 1);msg('Notification', 2);msg('Fehler', -1);*/ ?></div>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue