Skip to content

Commit

Permalink
Fixed issue #7275: "Check now" button doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Feb 7, 2013
1 parent 680e71b commit cfd0e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/globalSettings_view.php
Expand Up @@ -74,7 +74,7 @@
<option value='30'
<?php if ($thisupdatecheckperiod==30) { echo "selected='selected'";} ?>
><?php echo $clang->eT("Every month"); ?></option>
</select>&nbsp;<input type='button' onclick="window.open('<?php echo $this->createUrl("admin/globalsettings/updatecheck"); ?>', '_top')" value='<?php $clang->eT("Check now"); ?>' />&nbsp;<span id='lastupdatecheck'><?php echo sprintf($clang->gT("Last check: %s"),$updatelastcheck); ?></span></li></ul><p>
</select>&nbsp;<input type='button' onclick="window.open('<?php echo $this->createUrl("admin/globalsettings/sa/updatecheck"); ?>', '_top')" value='<?php $clang->eT("Check now"); ?>' />&nbsp;<span id='lastupdatecheck'><?php echo sprintf($clang->gT("Last check: %s"),$updatelastcheck); ?></span></li></ul><p>

<?php
if (isset($updateavailable) && $updateavailable==1)
Expand Down

0 comments on commit cfd0e91

Please sign in to comment.