mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Can define centre and project information in administrative menu
Able to edit questionnaires RS text and name Can disable/enable questionnaires for viewing in admin interface RS text entered via new CKEditor including ability to insert tokens/template replace text Added setting table and associated getter/setter functions (currently only used for centre information but could add more)
This commit is contained in:
@@ -167,6 +167,11 @@ xhtml_object($data,"main-content");
|
||||
<div id="div-callhistory" class="tabberdiv"><?xhtml_object("callhistory.php","main-callhistory");?></div>
|
||||
</div>
|
||||
|
||||
<div class="tabbertab">
|
||||
<h2><? echo T_("Project information"); ?></h2>
|
||||
<div id="div-projectinfo" class="tabberdiv"><?xhtml_object("project_info.php","main-projectinfo");?></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="tabbertab">
|
||||
<h2><? echo T_("Info"); ?></h2>
|
||||
|
||||
Reference in New Issue
Block a user