@@ -209,8 +209,8 @@ class="btn btn-light"
209209 @if ($images_count > 0 )
210210 <div class =" {{ $ticket -> attachments ()-> notImages ()-> count () > 0 ? ' col-sm-6' : ' col-xs-12' } }" >
211211 <div class =" row" >
212- <div class =" col-xs-12 " ><b style =" display : block ; margin : 0em 0em 0.5em 0em ;" >{{ trans (' panichd::lang.attached-images' ) } } </b ></div >
213- <div class =" col-xs-12 " >
212+ <div class =" col-md-3 " ><b style =" display : block ; margin : 0em 0em 0.5em 0em ;" >{{ trans (' panichd::lang.attached-images' ) } } </b ></div >
213+ <div class =" col-md-9 " >
214214 <div id =" ticket_attached" class =" panel-group grouped_check_list deletion_list attached_list" >
215215
216216 @foreach ($ticket -> attachments ()-> images ()-> get () as $attachment )
@@ -224,8 +224,8 @@ class="btn btn-light"
224224 @if ($notimages_count > 0 )
225225 <div class =" {{ $ticket -> attachments ()-> images ()-> count () > 0 ? ' col-sm-6' : ' col-xs-12' } }" >
226226 <div class =" row" >
227- <div class =" col-xs-12 " ><b style =" display : block ; margin : 0em 0em 0.5em 0em ;" >{{ trans (' panichd::lang.attached-files' ) } } </b ></div >
228- <div class =" col-xs-12 " >
227+ <div class =" col-md-4 " ><b style =" display : block ; margin : 0em 0em 0.5em 0em ;" >{{ trans (' panichd::lang.attached-files' ) } } </b ></div >
228+ <div class =" col-md-8 " >
229229 <div id =" ticket_attached" class =" row panel-group attached_list" >
230230
231231 @foreach ($ticket -> attachments ()-> notImages ()-> get () as $attachment )
@@ -245,7 +245,7 @@ class="btn btn-light"
245245
246246 <div style =" margin : 1em 0em 0em 0em ;" >
247247 @if (! $ticket -> completed_at && $close_perm == ' yes' )
248- <button type =" submit" class =" btn btn-light" data-toggle =" modal" data-target =" #ticket-complete-modal" data-status_id =" {{ $setting -> grab (' default_close_status_id' ) } }" >{{ trans (' panichd::lang.btn-mark-complete' ) } } </button >
248+ <button type =" submit" class =" btn btn-light btn-default " data-toggle =" modal" data-target =" #ticket-complete-modal" data-status_id =" {{ $setting -> grab (' default_close_status_id' ) } }" >{{ trans (' panichd::lang.btn-mark-complete' ) } } </button >
249249 @elseif ($ticket -> completed_at && $reopen_perm == ' yes' )
250250 {!! link_to_route ($setting -> grab (' main_route' ). ' .reopen' , trans (' panichd::lang.reopen-ticket' ), $ticket -> id ,
251251 [' class' => ' btn btn-light btn-default' ]) ! !}
0 commit comments