make the wizard more pretties
This commit is contained in:
parent
9093642793
commit
fbb88243ac
1 changed files with 5 additions and 1 deletions
|
|
@ -99,6 +99,11 @@ h1 {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* From asset www_edit */
|
||||||
|
* { font: 12pt Helvetica, sans-serif; }
|
||||||
|
label.formDescription { display: block; margin-top: 1em; font-weight: bold }
|
||||||
|
/* End from asset www_edit */
|
||||||
|
|
||||||
.stylePicker img {
|
.stylePicker img {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
@ -243,7 +248,6 @@ sub www_companyInformation {
|
||||||
my $output = '<h1>' . $i18n->get('company information') . '</h1>';
|
my $output = '<h1>' . $i18n->get('company information') . '</h1>';
|
||||||
|
|
||||||
my $f = $self->getForm;
|
my $f = $self->getForm;
|
||||||
$f->hidden( name => "step", value => "3" );
|
|
||||||
$f->text(
|
$f->text(
|
||||||
name => "companyName",
|
name => "companyName",
|
||||||
value => $session->setting->get("companyName"),
|
value => $session->setting->get("companyName"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue