added header_image flag to page view and model, cleaned up uploader

This commit is contained in:
Logsol 2013-07-10 10:35:54 +02:00
parent 1a3664b517
commit 4c21bbcefd
4 changed files with 18 additions and 52 deletions

View file

@ -75,6 +75,13 @@
<dd>
<input class="textfield" type="text" name="url" value="<?php echo $this->page['url'] ?>"/>
</dd>
</dl>
<dl>
<dt>Header&nbsp;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>