~ubuntu-branches/ubuntu/breezy/moodle/breezy

« back to all changes in this revision

Viewing changes to lib/editor/popups/insert_image_std.php

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-10-13 02:00:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013020059-y2qcyo41t7nqppcg
Tags: 1.5.2-1ubuntu1
* Resync with debian (security update)
* changed dependencys to php5
* changed apache dependency to apache2 
* References
  CAN-2005-2247

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php // $Id: insert_image_std.php,v 1.2.2.1 2004/08/27 06:37:54 julmis Exp $
 
1
<?php // $Id: insert_image_std.php,v 1.4 2004/09/16 17:13:10 gustav_delius Exp $
2
2
 
3
3
    include("../../../config.php");
4
4
 
184
184
  <option value="left"                   ><?php print_string("left","editor") ?></option>
185
185
  <option value="right"                  ><?php print_string("right","editor") ?></option>
186
186
  <option value="texttop"                ><?php print_string("texttop","editor") ?></option>
187
 
  <option value="absmiddle"              ><?php print_string("absmiddle","editor") ?></option>
 
187
  <option value="middle"              ><?php print_string("middle","editor") ?></option>
188
188
  <option value="baseline" selected="1"  ><?php print_string("baseline","editor") ?></option>
189
189
  <option value="absbottom"              ><?php print_string("absbottom","editor") ?></option>
190
190
  <option value="bottom"                 ><?php print_string("bottom","editor") ?></option>