| Line 1... |
Line -... |
| 1 |
<link rel="stylesheet" type="text/css" href="<?php echo $base_url;?>css/bootstrap-wysihtml5-0.0.2.css"></link>
|
- |
|
| 2 |
<div class="container">
|
1 |
<div class="container">
|
| 3 |
<div class="row">
|
2 |
<div class="row">
|
| 4 |
<div class="col-lg-3">
|
3 |
<div class="col-lg-3">
|
| 5 |
<?php echo $this->Element('adminactions');?>
|
4 |
<?php echo $this->Element('adminactions');?>
|
| 6 |
</div>
|
5 |
</div>
|
| Line 44... |
Line 43... |
| 44 |
<?php echo $this->Form->end(__('Submit')); ?>
|
43 |
<?php echo $this->Form->end(__('Submit')); ?>
|
| 45 |
</div>
|
44 |
</div>
|
| 46 |
</div>
|
45 |
</div>
|
| 47 |
</div>
|
46 |
</div>
|
| 48 |
</div>
|
47 |
</div>
|
| 49 |
<script src="<?php echo $base_url;?>js/wysihtml5-0.3.0_rc2.js"></script>
|
48 |
<script src="//cdn.ckeditor.com/4.5.2/full/ckeditor.js"></script>
|
| 50 |
<script src="<?php echo $base_url;?>js/bootstrap-wysihtml5-0.0.2.js"></script>
|
- |
|
| 51 |
<script type="text/javascript">
|
49 |
<script type="text/javascript">
|
| 52 |
$('#MasterDataOffer').wysihtml5({
|
50 |
CKEDITOR.replace( 'MasterDataOffer' );
|
| 53 |
"font-styles": true, //Font styling, e.g. h1, h2, etc. Default true
|
- |
|
| 54 |
"emphasis": true, //Italics, bold, etc. Default true
|
- |
|
| 55 |
"lists": true, //(Un)ordered lists, e.g. Bullets, Numbers. Default true
|
- |
|
| 56 |
"html": true, //Button which allows you to edit the generated HTML. Default false
|
- |
|
| 57 |
"link": false, //Button to insert a link. Default true
|
- |
|
| 58 |
"image": false, //Button to insert an image. Default true,
|
- |
|
| 59 |
"color": false //Button to change color of font
|
- |
|
| 60 |
});
|
- |
|
| 61 |
$('#MasterDataTagline').wysihtml5({
|
51 |
CKEDITOR.replace( 'MasterDataTagline' );
|
| 62 |
"font-styles": true, //Font styling, e.g. h1, h2, etc. Default true
|
- |
|
| 63 |
"emphasis": true, //Italics, bold, etc. Default true
|
- |
|
| 64 |
"lists": true, //(Un)ordered lists, e.g. Bullets, Numbers. Default true
|
- |
|
| 65 |
"html": true, //Button which allows you to edit the generated HTML. Default false
|
- |
|
| 66 |
"link": false, //Button to insert a link. Default true
|
- |
|
| 67 |
"image": false, //Button to insert an image. Default true,
|
- |
|
| 68 |
"color": false //Button to change color of font
|
- |
|
| 69 |
});
|
- |
|
| 70 |
</script>
|
52 |
</script>
|