Bug #21248 » bug_12202.diff
typo3/sysext/setup/mod/index.php 2010-02-25 00:09:41.000000000 -0500 | ||
---|---|---|
<input type="hidden" name="simUser" value="'.$this->simUser.'" />
|
||
<input type="submit" name="submit" value="'.$LANG->getLL('save').'" />
|
||
<input type="submit" name="data[setValuesToDefault]" value="'.$LANG->getLL('resetConfiguration').'" onclick="return confirm(\''.$LANG->getLL('setToStandardQuestion').'\');" />
|
||
<input type="submit" name="data[clearSessionVars]" value="'.$LANG->getLL('clearSessionVars').'" />'
|
||
<input type="submit" name="data[clearSessionVars]" value="'.$LANG->getLL('clearSessionVars').'" onclick="return confirm(\''.$LANG->getLL('clearSessionVarsQuestion').'\');" />'
|
||
);
|
||
... | ... | |
$SOBE->main();
|
||
$SOBE->printContent();
|
||
?>
|
||
?>
|
typo3/sysext/setup/mod/locallang.xml 2010-02-25 00:10:44.000000000 -0500 | ||
---|---|---|
<label index="resetConfiguration">Reset Configuration and Clear Temporary Data</label>
|
||
<label index="setToStandardQuestion">Are you sure you want to reset all values to default?</label>
|
||
<label index="clearSessionVars">Clear Temporary Data</label>
|
||
<label index="clearSessionVarsQuestion">Are you sure you want to clear temporary data?</label>
|
||
<label index="functions">Advanced functions</label>
|
||
<label index="copyLevels"><b>Recursive Copy:</b> Enter the number of page<br />sublevels to include, when a page is copied</label>
|
||
<label index="recursiveDelete"><b>Recursive Delete(!):</b> Allow ALL subpages<br />to be deleted when deleting a page</label>
|