mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Uebersetzung rich text
This commit is contained in:
parent
f9550ca18b
commit
357497f10f
@ -17,7 +17,7 @@
|
||||
<div class="col-xs-12 col-md-12 col-md-height">
|
||||
<div class="inside inside-full-height">
|
||||
<fieldset>
|
||||
<legend>{|<!--Legend for this form area goes here>-->uebersetzung|}</legend><i>Info like this.</i>
|
||||
<legend>{|Übersetzung|}</legend>
|
||||
<table width="100%" border="0" class="mkTableFormular">
|
||||
<tr><td>{|Label|}:</td><td><input type="text" name="label" id="label" value="[LABEL]" size="20"></td></tr>
|
||||
<!---
|
||||
|
@ -202,7 +202,11 @@ class Uebersetzung {
|
||||
$this->app->Tpl->Add('SPRACHENSELECT', "<option value='".$key."'>".$value."</option>");
|
||||
}
|
||||
|
||||
$this->app->YUI->CkEditor("beschriftung","internal", null, 'JQUERY');
|
||||
$this->app->YUI->CkEditor("original","internal", null, 'JQUERY');
|
||||
|
||||
// $this->SetInput($input);
|
||||
|
||||
$this->app->Tpl->Parse('PAGE', "uebersetzung_edit.tpl");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user