cosmetics
This commit is contained in:
parent
04b2980d82
commit
23a59c0289
1 changed files with 6 additions and 4 deletions
|
@ -131,8 +131,10 @@ class tweakStoresBehaviors
|
|||
echo
|
||||
'<pre>' . form::textArea('gen_xml', 165, 14, html::escapeHTML(str_replace('><', ">\n<", $xml_content)), 'maximal') . '</pre>';
|
||||
|
||||
if (!empty($file_pattern) && $modules[$_POST['buildxml_id']]['root_writable'] && $core->auth->isSuperAdmin()) {
|
||||
|
||||
if (empty(tweakStores::$failed)
|
||||
&& $modules[$_POST['buildxml_id']]['root_writable']
|
||||
&& $core->auth->isSuperAdmin()
|
||||
) {
|
||||
echo
|
||||
'<p class="field"><label for="your_pwd2" class="classic required"><abbr title="' . __('Required field') . '">*</abbr> ' . __('Your password:') . '</label> ' .
|
||||
form::password(['your_pwd', 'your_pwd2'], 20, 255,
|
||||
|
|
Loading…
Reference in a new issue