Fixed export setup 2
This commit is contained in:
parent
4ec9b73df7
commit
39ecc17d95
1 changed files with 2 additions and 2 deletions
|
@ -533,14 +533,14 @@ if ($STEP === 1) {
|
|||
</label><br><br><br>
|
||||
|
||||
<span class="text"><?=GetMessage('PROFILE_NAME')?><br><br></span>
|
||||
<!--<label>-->
|
||||
<label>
|
||||
<input
|
||||
type="text"
|
||||
name="SETUP_PROFILE_NAME"
|
||||
value="<?=htmlspecialchars(strlen($SETUP_PROFILE_NAME) > 0 ?
|
||||
$SETUP_PROFILE_NAME : $settingsService->setupProfileName)?>"
|
||||
size="50">
|
||||
<!--</label>--><br><br><br>
|
||||
</label><br><br><br>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Add table
Reference in a new issue