~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to msf_outgoing/wizard/shipment.py

  • Committer: Olivier DOSSMANN
  • Date: 2012-09-10 12:47:41 UTC
  • mfrom: (1122 unifield-wm)
  • mto: This revision was merged to the branch mainline in revision 1133.
  • Revision ID: olivier@tempo-laptop-20120910124741-jwl0z433kaszn1ob
UF-1285 [MERGE] Last trunk lp:unifield-wm

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
        step = context['step']
202
202
        
203
203
        _moves_arch_lst = """<form string="%s">
 
204
 
 
205
                        <button name="select_all" string="Copy all"
 
206
                            colspan="1" type="object" icon="gtk-jump-to" />
 
207
                        <button name="deselect_all" string="Clear all"
 
208
                            colspan="1" type="object"  icon="gtk-undo"/>
 
209
 
204
210
                        <field name="date" invisible="1"/>
205
211
                        <separator colspan="4" string="%s"/>
206
212
                        <field name="product_moves_shipment_%s" colspan="4" nolabel="1" mode="tree,form"></field>
231
237
                <group col="4" colspan="2">
232
238
                <button icon='gtk-cancel' special="cancel"
233
239
                    string="_Cancel" />
234
 
                <button name="select_all" string="Select All"
235
 
                    colspan="1" type="object" icon="terp_stock_symbol-selection" />
236
 
                <button name="deselect_all" string="Deselect All"
237
 
                    colspan="1" type="object" icon="terp_stock_symbol-selection" />
 
240
 
 
241
 
 
242
 
238
243
                <button name="%s" string="%s"
239
244
                    colspan="1" type="object" icon="gtk-go-forward" />
240
245
            </group>