File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 236236 <div class="card">
237237 <div class="card-header with-border">
238238 <h3 class="card-title"><?= $ Lang ->get ('DASHBOARD__LAST_ACTIONS ' ) ?> </h3>
239- </div><!-- /.card-header -->
239+ </div>
240240 <div class="card-body">
241241 <table class="table table-bordered">
242242 <tbody>
243243 <tr>
244244 <th><?= $ Lang ->get ('GLOBAL__ACTIONS ' ) ?> </th>
245- <th><?= $ Lang ->get ('GLOBAL__CATEGORY ' ) ?> </th> <!-- ICI -->
245+ <th><?= $ Lang ->get ('GLOBAL__CATEGORY ' ) ?> </th>
246246 <th><?= $ Lang ->get ('GLOBAL__CREATED ' ) ?> </th>
247247 <th><?= $ Lang ->get ('GLOBAL__AUTHOR ' ) ?> </th>
248248 </tr>
256256 <?php } ?>
257257 </tbody>
258258 </table>
259- </div><!-- /.card-body -->
260- </div><!-- /.card -->
261- </div><!-- /.col -->
259+ </div>
260+ </div>
261+ </div>
262262 </div>
263263 <div class="row">
264264 <?php $ i = 0 ;
270270 <h3 class="card-title"><?= $ Lang ->get ('SERVER__TITLE ' ) ?> - <?= $ value ['Server ' ]['name ' ] ?> </h3>
271271 </div>
272272
273- <div class="card card -body">
273+ <div class="card-body">
274274 <?php if ($ Server ->online ($ value ['Server ' ]['id ' ])) { ?>
275275 <?php if ($ value ['Server ' ]['type ' ] != 1 && $ value ['Server ' ]['type ' ] != 3 && $ Permissions ->can ('SEND_SERVER_COMMAND_FROM_DASHBOARD ' )) { ?>
276276 <div class="row-fluid text-center">
314314 <input type="hidden" id="server_id" name="server_id">
315315
316316 <div class="col-md-8">
317- <input class="form-control col-md-4" name="cmd" type="text"></input >
317+ <input class="form-control col-md-4" name="cmd" type="text"/ >
318318 </div>
319319
320320 <button class="btn btn-info" type="submit"><?= $ Lang ->get ('GLOBAL__SUBMIT ' ) ?> </button>
You can’t perform that action at this time.
0 commit comments