openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit dd8eb907872032eba5ffc0778ad347c332606420
parent 42e9869330a750c3389d25a9302c6af798c887aa
Author: dankert <devnull@localhost>
Date:   Thu, 19 Mar 2009 01:33:48 +0100

Vorschau-Knopf ergänzt.

Diffstat:
themes/default/include/html/editor.inc.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/themes/default/include/html/editor.inc.php b/themes/default/include/html/editor.inc.php @@ -178,6 +178,7 @@ function table() <td><noscript><?php echo checkbox('image') ?></noscript><a href="javascript:image();" title="<?php echo lang('PAGE_EDITOR_ADD_IMAGE') ?>"><img src="<?php echo $image_dir ?>/editor/image.png" border"0" /></a></td> <td><noscript><?php echo checkbox('link') ?></noscript><a href="javascript:link();" title="<?php echo lang('PAGE_EDITOR_ADD_LINK') ?>"><img src="<?php echo $image_dir ?>/editor/link.png" border"0" /></a></td> <td><?php echo selectBox('objectid',$objects) ?><noscript>&nbsp;&nbsp;&nbsp;<input type="submit" class="submit" name="addmarkup" value="<?php echo lang('GLOBAL_ADD') ?>"/></noscript></td> + <td>&nbsp;&nbsp;&nbsp;<input type="submit" class="submit" name="preview" value="<?php echo lang('PAGE_PREVIEW') ?>" style="width:200px;"/></td> </tr> </table> <?php ?>