[svn r19329] Added style button exercise see FS#3541

skala
Arthur Portugal 17 years ago
parent 2ccd3ad9d1
commit 275d2bc7ac
  1. 6
      main/exercice/question_pool.php

@ -1,4 +1,4 @@
<?php // $Id: question_pool.php 18411 2009-02-10 17:59:08Z juliomontoya $ <?php // $Id: question_pool.php 19329 2009-03-25 21:29:56Z aportugal $
/* /*
============================================================================== ==============================================================================
@ -30,7 +30,7 @@
* One question can be in several exercises * One question can be in several exercises
* @package dokeos.exercise * @package dokeos.exercise
* @author Olivier Brouckaert * @author Olivier Brouckaert
* @version $Id: question_pool.php 18411 2009-02-10 17:59:08Z juliomontoya $ * @version $Id: question_pool.php 19329 2009-03-25 21:29:56Z aportugal $
*/ */
// name of the language file that needs to be included // name of the language file that needs to be included
@ -206,7 +206,7 @@ if($is_allowedToEdit)
} }
echo '</select> '; echo '</select> ';
?> ?>
<input type="submit" value="<?php echo get_lang('Ok'); ?>"> <button class="save" type="submit" name="name" value="<?php echo get_lang('Ok') ?>"><?php echo get_lang('Ok') ?></button>
</form> </form>
</div> </div>

Loading…
Cancel
Save