Skip to content

Commit

Permalink
improv. up to adminlte3
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcoo committed Dec 28, 2020
1 parent 953ff62 commit 9d52273
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion View/Config/admin_index.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<hr>


<div class="pull-right">
<div class="float-right">
<a href="<?= $this->Html->url(array('controller' => 'config', 'action' => 'index', 'admin' => true)) ?>" class="btn btn-default"><?= $Lang->get('GLOBAL__CANCEL') ?></a>
<button class="btn btn-primary" type="submit"><?= $Lang->get('GLOBAL__SUBMIT') ?></button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion View/Pconverter/admin_add.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<small><b>{PLAYER}</b> = Pseudo <br><b><?= $Lang->get('GLOBAL__EXAMPLE') ?>:</b> <i>give {PLAYER} 1 1</i></small>
</div>

<div class="pull-right">
<div class="float-right">
<a href="<?= $this->Html->url(array('controller' => 'pconverter', 'action' => 'index', 'admin' => true)) ?>" class="btn btn-default"><?= $Lang->get('GLOBAL__CANCEL') ?></a>
<button class="btn btn-primary" type="submit"><?= $Lang->get('GLOBAL__SUBMIT') ?></button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion View/Pconverter/admin_edit.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<small><b>{PLAYER}</b> = Pseudo <br><b><?= $Lang->get('GLOBAL__EXAMPLE') ?>:</b> <i>give {PLAYER} 1 1</i></small>
</div>

<div class="pull-right">
<div class="float-right">
<a href="<?= $this->Html->url(array('controller' => 'pconverter', 'action' => 'index', 'admin' => true)) ?>" class="btn btn-default"><?= $Lang->get('GLOBAL__CANCEL') ?></a>
<button class="btn btn-primary" type="submit"><?= $Lang->get('GLOBAL__SUBMIT') ?></button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion View/Pshop/admin_add.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>


<div class="pull-right">
<div class="float-right">
<a href="<?= $this->Html->url(array('controller' => 'pshop', 'action' => 'index', 'admin' => true)) ?>" class="btn btn-default"><?= $Lang->get('GLOBAL__CANCEL') ?></a>
<button class="btn btn-primary" type="submit"><?= $Lang->get('GLOBAL__SUBMIT') ?></button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion View/Pshop/admin_edit.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>


<div class="pull-right">
<div class="float-right">
<a href="<?= $this->Html->url(array('controller' => 'pshop', 'action' => 'index', 'admin' => true)) ?>" class="btn btn-default"><?= $Lang->get('GLOBAL__CANCEL') ?></a>
<button class="btn btn-primary" type="submit"><?= $Lang->get('GLOBAL__SUBMIT') ?></button>
</div>
Expand Down

0 comments on commit 9d52273

Please sign in to comment.