mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-02 09:14:34 +02:00
move register button to right
This commit is contained in:
parent
35ace619d2
commit
34482ff0d4
2 changed files with 2 additions and 3 deletions
|
@ -538,7 +538,6 @@
|
|||
"Zip_Code": "Kode Pos",
|
||||
"Phone": "Telepon",
|
||||
"Customer_Geo_Location_Information": "Informasi Lokasi Geo Pelanggan",
|
||||
"": "",
|
||||
"Code": "Kode",
|
||||
"Send_Personal_Message": "Kirim Pesan Pribadi",
|
||||
"Send_Via": "Kirim melalui",
|
||||
|
|
|
@ -112,10 +112,10 @@
|
|||
</div>
|
||||
<div class="btn-group btn-group-justified mb15">
|
||||
<div class="btn-group">
|
||||
<button class="btn btn-primary" type="submit">{Lang::T('Register')}</button>
|
||||
<a href="{$_url}register" class="btn btn-success">{Lang::T('Cancel')}</a>
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<a href="{$_url}register" class="btn btn-success">{Lang::T('Cancel')}</a>
|
||||
<button class="btn btn-primary" type="submit">{Lang::T('Register')}</button>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue