Changeset 946404
- Timestamp:
- 07/10/2014 05:53:32 PM (12 years ago)
- File:
-
- 1 edited
-
mtouch-quiz/trunk/quiz_form.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mtouch-quiz/trunk/quiz_form.php
r571856 r946404 41 41 <?php _e('Quiz Name', 'mtouchquiz') ?> 42 42 </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--> 44 44 <div class="inside"> 45 45 <textarea rows='1' cols='50' style='width:100%' name='name' id='name' class='name'><?php echo stripslashes($dquiz->name); ?></textarea> … … 51 51 <?php _e('Quiz Start Screen', 'mtouchquiz') ?> 52 52 </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--> 54 54 <div class="inside"> 55 55 <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.