This commit is contained in:
sparkyx 2026-01-05 15:28:39 +01:00
parent 18527b4318
commit aede3ad26a
4 changed files with 8 additions and 5 deletions

View file

@ -419,9 +419,14 @@ div.content {
@media (min-width: 992px) {
div.content {
padding:1.2rem;
width: 95%;
padding:1rem;
}
}
div.content > div.content {
padding:0;
width:100%;
}
/* XL */
@media (min-width: 1200px) {

View file

@ -206,7 +206,6 @@ if (isset($_POST['record']))
/* or a form for correcting */
// -------------------------------------------------------------
echo '<div class="content">';
//
@ -231,7 +230,6 @@ else if (isset ($_REQUEST['p_jrn_predef'])){
// pre defined operation
//
echo '</div>';
echo '<div class="content">';

View file

@ -159,8 +159,8 @@ if ( isset($_POST['correct']))
//----------------------------------------
// Blank form
//----------------------------------------
echo '<div class="content">';
if ( $p_msg !="" ) echo '<span class="warning">'.$p_msg.'</span>';
echo '<form class="print" name="form_detail" enctype="multipart/form-data" class="print" METHOD="POST">';
echo HtmlInput::hidden('ledger_type','fin');
echo HtmlInput::hidden('ac',$http->request("ac"));
@ -201,4 +201,5 @@ try
} catch (Exception $ex) {
echo $ex->getMessage();
}
echo '</div>';
return;

View file

@ -201,7 +201,6 @@ if ( isset($_POST['record']) )
// check that all the sub arrays are empty
if ( ! empty( array_filter($code_error,function($a){ if (!empty($a)) return true; })))
{
$xmldocument->display_error();
$flag_invoice=1;
}
}