Mercurial > hgweb > health
changeset 2029:7715c8456f14
task #13709: Migration to Tryton 3.8 . Remove img_[width|height] from views
| author | Luis Falcon <falcon@gnu.org> |
|---|---|
| date | Thu, 06 Aug 2015 13:05:20 +0100 |
| parents | cf6d76ac6f12 |
| children | 33bd824da528 |
| files | tryton/health/view/gnuhealth_du.xml tryton/health/view/gnuhealth_institution_form.xml tryton/health/view/gnuhealth_patient_form.xml tryton/health/view/party_form.xml tryton/health_icu/view/gnuhealth_patient_icu_rounding.xml |
| diffstat | 5 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/tryton/health/view/gnuhealth_du.xml +++ b/tryton/health/view/gnuhealth_du.xml @@ -27,7 +27,7 @@ <field name="address_subdivision"/> </group> <group id="du_picture"> - <field xfill="0" xexpand="1" name="picture" img_width="200" img_height="200" height="200" width="200" widget="image"/> + <field xfill="0" xexpand="1" name="picture" height="200" width="200" widget="image"/> </group> <newline/> <group col="6" colspan="4" id="du_georef">
--- a/tryton/health/view/gnuhealth_institution_form.xml +++ b/tryton/health/view/gnuhealth_institution_form.xml @@ -32,7 +32,7 @@ </group> <group string="Institution Picture" id="institution_picture"> - <field xfill="0" xexpand="1" name="picture" img_width="200" img_height="200" height="200" width="200" widget="image"/> + <field xfill="0" xexpand="1" name="picture" height="200" width="200" widget="image"/> </group> </group> <newline/>
--- a/tryton/health/view/gnuhealth_patient_form.xml +++ b/tryton/health/view/gnuhealth_patient_form.xml @@ -16,7 +16,7 @@ </group> </group> <group id="patient__pic"> - <field xfill="0" xexpand="1" name="photo" img_width="200" img_height="200" height="200" width="200" widget="image"/> + <field xfill="0" xexpand="1" name="photo" height="200" width="200" widget="image"/> </group> </group> <newline/>
--- a/tryton/health/view/party_form.xml +++ b/tryton/health/view/party_form.xml @@ -44,7 +44,7 @@ </group> <group yfill="1" string="Picture" id="person_picture"> - <field xfill="0" xexpand="1" name="photo" img_width="200" img_height="200" height="200" width="200" widget="image"/> + <field xfill="0" xexpand="1" name="photo" height="200" width="200" widget="image"/> </group> <newline/>
--- a/tryton/health_icu/view/gnuhealth_patient_icu_rounding.xml +++ b/tryton/health_icu/view/gnuhealth_patient_icu_rounding.xml @@ -63,7 +63,7 @@ </group> </group> <group string="Xray" id="patient_xray"> - <field name="xray" img_width="200" img_height="200" height="200" width="200" widget="image"/> + <field name="xray" height="200" width="200" widget="image"/> </group> <newline/> </group>
