added icon
This commit is contained in:
parent
f4307b7131
commit
221a8fa93f
|
@ -3,7 +3,7 @@
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
||||||
Copyright (C) 2004 - 2012 Roland Gruber
|
Copyright (C) 2004 - 2013 Roland Gruber
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -267,7 +267,9 @@ function showMainPage($scope, $selectedModules) {
|
||||||
}
|
}
|
||||||
$inputContainer->addElement(new htmlTableExtendedSelect('pdfStructure', $pdfStructures, $pdfSelected, _('PDF structure')), true);
|
$inputContainer->addElement(new htmlTableExtendedSelect('pdfStructure', $pdfStructures, $pdfSelected, _('PDF structure')), true);
|
||||||
$inputContainer->addElement(new htmlSpacer(null, '5px'), true);
|
$inputContainer->addElement(new htmlSpacer(null, '5px'), true);
|
||||||
$inputContainer->addElement(new htmlButton('submitfile', _('Upload file and create accounts')));
|
$uploadButton = new htmlButton('submitfile', _('Upload file and create accounts'));
|
||||||
|
$uploadButton->setIconClass('upButton');
|
||||||
|
$inputContainer->addElement($uploadButton);
|
||||||
$container->addElement($inputContainer, true);
|
$container->addElement($inputContainer, true);
|
||||||
$container->addElement(new htmlSpacer(null, '10px'), true);
|
$container->addElement(new htmlSpacer(null, '10px'), true);
|
||||||
// column list
|
// column list
|
||||||
|
|
Loading…
Reference in New Issue