added header_image flag to page view and model, cleaned up uploader
This commit is contained in:
parent
1a3664b517
commit
4c21bbcefd
4 changed files with 18 additions and 52 deletions
|
|
@ -75,6 +75,13 @@
|
|||
<dd>
|
||||
<input class="textfield" type="text" name="url" value="<?php echo $this->page['url'] ?>"/>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Header Bild</dt>
|
||||
<dd>
|
||||
<input class="textfield" type="text" name="header_image" value="<?php echo $this->page['header_image'] ?>" readonly="readonly" />
|
||||
<a onclick="alert('choose');">Auswählen</a> | <a onclick="alert('upload');">Hochladen</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Inhalt</dt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue