Plugin Directory

Changeset 946404


Ignore:
Timestamp:
07/10/2014 05:53:32 PM (12 years ago)
Author:
gmichaelguy
Message:

Updating for 3.1.0 testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mtouch-quiz/trunk/quiz_form.php

    r571856 r946404  
    4141          <?php _e('Quiz Name', 'mtouchquiz') ?>
    4242          </span> </h3>
    43           <p align="right"> <a class="button toggleVisualtwo"><?php _e('Visual', 'mtouchquiz') ?></a> <a class="button toggleHTMLtwo"><?php _e('HTML', 'mtouchquiz') ?></a> </p>
     43          <!--p align="right"> <a class="button toggleVisualtwo"><?php _e('Visual', 'mtouchquiz') ?></a> <a class="button toggleHTMLtwo"><?php _e('HTML', 'mtouchquiz') ?></a> </p-->
    4444        <div class="inside">
    4545        <textarea rows='1' cols='50' style='width:100%' name='name' id='name' class='name'><?php echo stripslashes($dquiz->name); ?></textarea>
     
    5151          <?php _e('Quiz Start Screen', 'mtouchquiz') ?>
    5252          </span> </h3>
    53         <p align="right"> <a class="button toggleVisual"><?php _e('Visual', 'mtouchquiz') ?></a> <a class="button toggleHTML"><?php _e('HTML', 'mtouchquiz') ?></a> </p>
     53        <!--p align="right"> <a class="button toggleVisual"><?php _e('Visual', 'mtouchquiz') ?></a> <a class="button toggleHTML"><?php _e('HTML', 'mtouchquiz') ?></a> </p-->
    5454        <div class="inside">
    5555          <textarea name='description' rows='5' cols='50' style='width:100%' id='description' class='description'><?php echo stripslashes($dquiz->description); ?></textarea>
Note: See TracChangeset for help on using the changeset viewer.