Erster Checkin für die neue Version 2.0
This commit is contained in:
@@ -11,20 +11,25 @@ header('Access-Control-Allow-Origin: *');
|
||||
$includeFile = dirname(__DIR__) . '/lang/lang-' . $_POST['lang'] . '.php';
|
||||
if (file_exists(dirname(__DIR__) . '/lang/lang-' . $_POST['lang'] . '.php'))
|
||||
{
|
||||
$includeFile = dirname(__DIR__) . '/lang/lang-' . $_POST['lang'] . '.php';
|
||||
$includeFile = dirname(__DIR__) . '/lang/lang-' . $_POST['lang'] . '.php';
|
||||
}
|
||||
|
||||
include_once($includeFile);
|
||||
|
||||
?>
|
||||
<form id="editor_form" action="" method="post">
|
||||
<input type="hidden" name="userId" id="userId" value=""/>
|
||||
<input type="hidden" name="prefix" id="prefix" value=""/>
|
||||
<input type="hidden" name="dataSet" id="dataSet" value=""/>
|
||||
<input type="hidden" name="request" id="request" value="updateData"/>
|
||||
|
||||
<input type="text" name="content" id="content" value="" class="headline"/>
|
||||
<div class="bottom">
|
||||
<input type="button" class="submitButton formSubmit" value="<?php echo $lang['button']['save']; ?>">
|
||||
</div>
|
||||
</form>
|
||||
<div class="col-md-12">
|
||||
<form id="csEditorForm" class="" action="" method="">
|
||||
<input type="hidden" name="request" value="updateHeadline"/>
|
||||
<input type="hidden" name="navID" id="navID" value=""/>
|
||||
<div class="clearfix"></div>
|
||||
<h2><?php echo $lang['headline']['editHeadline']; ?></h2>
|
||||
<textarea class="col-md-12" name="navHeadline" id="navHeadline"></textarea>
|
||||
<div class="col-md-12"> </div>
|
||||
<div class="row csEditorButtonGroup">
|
||||
<div class="col-md-12">
|
||||
<span class="formCancel btn btn-default pull-left"><?php echo $lang['button']['cancel']; ?></span>
|
||||
<span class="formSubmit btn btn-default pull-right"><?php echo $lang['button']['save']; ?></span>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user