Browse Source

New: FinishGame button on Cryptex Game

MOODLE_20_STABLE
Vasilis Daloukas 10 years ago
parent
commit
da980b85e8
  1. 2
      cryptex/play.php
  2. 4
      version.php

2
cryptex/play.php

@ -253,7 +253,7 @@ width: 240pt;
style="font-weight: bold; text-transform:uppercase;" autocomplete="off"></div>
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="margin-top:1em;"><tr>
<td align="right">print
<td align="right">
<button id="okbutton" type="submit" class="button" style="font-weight: bold;">OK</button> &nbsp;
<button id="cancelbutton" type="button" class="button" onclick="DeselectCurrentWord();">Cancel</button>
</td></tr></table>

4
version.php

@ -22,10 +22,10 @@ if( !isset( $plugin))
$useplugin = 2;
$plugin->component = 'mod_game'; // Full name of the plugin (used for diagnostics)
$plugin->version = 2015071205; // The current module version (Date: YYYYMMDDXX)
$plugin->version = 2015071206; // The current module version (Date: YYYYMMDDXX)
$plugin->requires = 2010112400; // Requires Moodle 2.0
$plugin->cron = 0; // Period for cron to check this module (secs)
$plugin->release = '3.30.12.5';
$plugin->release = '3.30.12.6';
if( $useplugin != 2)
$module = $plugin;

Loading…
Cancel
Save