/dev/adei-asec

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei-asec

« back to all changes in this revision

Viewing changes to modules/export.php

  • Committer: Suren A. Chilingaryan
  • Date: 2011-03-15 02:47:05 UTC
  • mfrom: (210.1.3 adei)
  • Revision ID: csa@dside.dyndns.org-20110315024705-qljn30gwin8yrkne
Integration of work of students with fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        ?></tr>
21
21
     <tr class="export_control image_export_control">
22
22
            <td><?echo _("Resolution");?></td>
23
 
        <td nowrap>
 
23
        <td nowrap="1">
24
24
            <input type="text" value="<?echo  $GRAPH_DEFAULT_WIDTH?>" id="export_resolutionx_inp" size="4" onchange="javascript:data_export.UpdateResolutionX(this.value)" />x<input type="text" value="<?echo  $GRAPH_DEFAULT_HEIGHT?>" id="export_resolutiony_inp" size="4" onchange="javascript:data_export.UpdateResolutionY(this.value)"/>
25
25
        </td>
26
26
        </tr>