2 // Note: This file is included from the library/Framework/Framework.Control.UpdateCheck.php control.
4 echo '<div id="Form" class="Account UpdateCheck">
6 <legend>'.$this->Context
->GetDefinition('UpdateCheck').'</legend>
7 '.$this->Get_Warnings().'
8 '.$this->Get_PostBackForm('frmUpdateCheck').'
9 <p>'.$this->Context
->GetDefinition('UpdateCheckNotes').'</p>
10 <p><input type="submit" name="btnCheck" value="'.$this->Context
->GetDefinition('CheckForUpdates').'" class="Button SubmitButton Update" /></p>
14 $this->PostBackParams
->Set('PostBackAction', 'ProcessUpdateReminder');
16 if (ForceIncomingBool('Saved', 0)) echo '<div id="Success">'.$this->Context
->GetDefinition('ReminderChangesSaved').'</div>';
20 <legend>'.$this->Context
->GetDefinition('UpdateReminders').'</legend>
21 '.$this->Get_PostBackForm('frmUpdateReminders').'
22 <p>'.$this->Context
->GetDefinition('UpdateReminderNotes').'</p>
25 <label for="dReminder">'.$this->Context
->GetDefinition('ReminderLabel').'</label>
26 '.$this->ReminderSelect
->Get().'
30 <input type="submit" name="btnCheck" value="'.$this->Context
->GetDefinition('Save').'" class="Button SubmitButton UpdateReminder" />