* reloadAll function created
</td>
<td>
<form>
- <input type="button" value="Reload All" onClick="top.result.location.replace(getUwoboURL() + 'reload?keys=')"/>
+ <input type="button" value="Reload All" onClick="reloadAllStylesheets()"/>
</form>
</td>
</tr>
function removeAllStylesheets()
{
- top.result.location.replace(getUwoboURL() + "remove");
+ top.result.location.replace(getUwoboURL() + "remove?keys=");
}
function reloadStylesheet()
top.result.location.replace(getUwoboURL() + "reload?keys=" + document.stylesheetKey.elements[0].value);
}
+function reloadAllStylesheets()
+{
+ top.result.location.replace(getUwoboURL() + 'reload?keys=');
+}
+
function loadAllPredefined()
{
with (document.predefinedStylesheets.elements[0]) {