Nicer auto-styling for the Billing Details form
This commit is contained in:
parent
fce6116d60
commit
b36967a690
3 changed files with 24 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
$this->form->getElement("submit")->setAttrib("class", "right-align");
|
||||
$this->form->getElement("country")->setAttrib("class", "right-align");
|
||||
$this->form->getElement("securityqid")->setAttrib("class", "right-align");
|
||||
?>
|
||||
<div class="ui-widget ui-widget-content block-shadow clearfix padded-strong billing-panel">
|
||||
<H2>Billing Account Details</H2>
|
||||
<?php if (isset($this->errorMessage)) {?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue