Project

General

Profile

Bug #21248 » bug_12202_v3.diff

Administrator Admin, 2010-03-26 16:08

View differences:

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">&lt;b&gt;Recursive Copy:&lt;/b&gt; Enter the number of page&lt;br /&gt;sublevels to include, when a page is copied</label>
<label index="recursiveDelete">&lt;b&gt;Recursive Delete(!):&lt;/b&gt; Allow ALL subpages&lt;br /&gt;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') . '\');" />'
);
(2-2/2)