Bug #21248 » bug_12202_v3.diff
typo3/sysext/setup/mod/locallang.xml (working copy) | ||
---|---|---|
<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 the 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>
|
typo3/sysext/setup/mod/index.php (working copy) | ||
---|---|---|
<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') . '\');" />'
|
||
);
|
||
- « Previous
- 1
- 2
- Next »