finished uploading
This commit is contained in:
parent
598081b2a8
commit
f7f2163df5
7 changed files with 28 additions and 7 deletions
|
|
@ -37,7 +37,14 @@
|
|||
<dl>
|
||||
<dt>Inhalt</dt>
|
||||
<dd>
|
||||
<textarea id="content" name="content" rows="15" cols="80"><?php echo htmlentities($this->page['content']) ?></textarea>
|
||||
<textarea id="content" name="content" rows="15" cols="80"><?php echo /*htmlentities*/($this->page['content']) ?></textarea>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Bild für Inhalt</dt>
|
||||
<dd>
|
||||
|
||||
<a href="javascript: void(0);" onclick="window.open('/adminPage/image/type/page', 'fenster2', 'width=600,height=400,status=yes,scrollbars=yes,resizable=yes');">Auswählen</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue