Fix Raise ticket under client portal another regression when we moved to TinyMCE. Expanded Document view to container width

This commit is contained in:
johnnyq
2023-05-10 11:50:55 -04:00
parent cf0205ba21
commit 8b89ba31db
3 changed files with 7 additions and 15 deletions
-8
View File
@@ -58,10 +58,6 @@ $document_content = $purifier->purify($row['document_content']);
<br>
<div class="row">
<div class="col-md-10">
<div class="card">
<div class="card-body">
<h3><?php echo $document_name; ?></h3>
@@ -69,10 +65,6 @@ $document_content = $purifier->purify($row['document_content']);
</div>
</div>
</div>
</div>
<?php
require_once("portal_footer.php");
+1 -1
View File
@@ -11,7 +11,7 @@
<br>
<hr>
<p class="text-center"><?php echo htmlentities($config_app_name); ?></p>
<p class="text-center"><?php echo htmlentities($session_company_name); ?></p>
<!-- jQuery -->
<script src="../plugins/jquery/jquery.min.js"></script>
+1 -1
View File
@@ -48,7 +48,7 @@ require_once('inc_portal.php');
<div class="form-group">
<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>
<button class="btn btn-primary" name="add_ticket">Raise ticket</button>