mirror of
https://github.com/itflow-org/itflow
synced 2026-03-28 08:15:38 +00:00
Fix Raise ticket under client portal another regression when we moved to TinyMCE. Expanded Document view to container width
This commit is contained in:
@@ -57,20 +57,12 @@ $document_content = $purifier->purify($row['document_content']);
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<div class="row">
|
<div class="card">
|
||||||
|
<div class="card-body">
|
||||||
<div class="col-md-10">
|
<h3><?php echo $document_name; ?></h3>
|
||||||
|
<?php echo $document_content; ?>
|
||||||
<div class="card">
|
|
||||||
<div class="card-body">
|
|
||||||
<h3><?php echo $document_name; ?></h3>
|
|
||||||
<?php echo $document_content; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<br>
|
<br>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<p class="text-center"><?php echo htmlentities($config_app_name); ?></p>
|
<p class="text-center"><?php echo htmlentities($session_company_name); ?></p>
|
||||||
|
|
||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
<script src="../plugins/jquery/jquery.min.js"></script>
|
<script src="../plugins/jquery/jquery.min.js"></script>
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ require_once('inc_portal.php');
|
|||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>Details <strong class="text-danger">*</strong></label>
|
<label>Details <strong class="text-danger">*</strong></label>
|
||||||
<textarea class="form-control tinymce" name="details" required></textarea>
|
<textarea class="form-control tinymce" name="details"></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="btn btn-primary" name="add_ticket">Raise ticket</button>
|
<button class="btn btn-primary" name="add_ticket">Raise ticket</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user