added images, changed plugin= to @ and pagesave-forward to page itself
This commit is contained in:
parent
eba4f386df
commit
eecc2bca5f
4 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ class AdminPageController extends Katharsis_Controller_Abstract
|
|||
|
||||
$this->_page->save($params);
|
||||
DidgeridooArtwork_Notice::add('Page wurde erfolgreich gespeichert!');
|
||||
$this->_location('index');
|
||||
$this->_location($this->_getParam('url'), 'page');
|
||||
}
|
||||
|
||||
public function deleteAction()
|
||||
|
|
BIN
public/img/header/1374149063.jpg
Normal file
BIN
public/img/header/1374149063.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 218 KiB |
BIN
public/img/header/1374149247.jpg
Normal file
BIN
public/img/header/1374149247.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 318 KiB |
|
@ -3,6 +3,6 @@ function adminPageInsertImage(type, img) {
|
|||
if(type == 'header') {
|
||||
opener.document.forms[0].header_image.value = img;
|
||||
} else {
|
||||
opener.document.forms[0].content.value += '<img src="{plugin=image ' + img + '}" alt="">';
|
||||
opener.document.forms[0].content.value += '<img src="{@image ' + img + '}" alt="">';
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue