Fix column spacing.

bzr revid: daniel.watkins@credativ.co.uk-20100901094408-nqn1re1acdfcko15
This commit is contained in:
Daniel Watkins 2010-09-01 10:44:08 +01:00
parent 263f04443e
commit c75a9f35e1
3 changed files with 9 additions and 9 deletions

View File

@ -210,15 +210,15 @@
</notebook>
</form>
</field>
<button colspan="2" string="Send New Email"
<button string="Send New Email"
name="%(crm.action_crm_send_mail)d"
context="{'mail':'new', 'model': 'crm.lead'}"
icon="terp-mail-message-new" type="action" />
<button colspan="2" string="Add New Note"
<button string="Add New Note"
name="%(crm.action_crm_add_note)d"
context="{'model': 'crm.lead' }"
icon="terp-mail-message-new" type="action" />
<button colspan="2" string="Forward"
<button string="Forward"
name="%(crm_lead_forward_to_partner_act)d"
icon="terp-mail-forward" type="action" />
</page>

View File

@ -167,15 +167,15 @@
</notebook>
</form>
</field>
<button colspan="2" string="Send New Email"
<button string="Send New Email"
name="%(crm.action_crm_send_mail)d"
context="{'mail':'new', 'model': 'crm.lead'}"
icon="terp-mail-message-new" type="action" />
<button colspan="2" string="Add New Note"
<button string="Add New Note"
name="%(crm.action_crm_add_note)d"
context="{'model': 'crm.lead' }"
icon="terp-mail-message-new" type="action" />
<button colspan="2" string="Forward"
<button string="Forward"
name="%(crm_lead_forward_to_partner_act)d"
icon="terp-mail-forward" type="action" />
</page>

View File

@ -567,15 +567,15 @@
</notebook>
</form>
</field>
<button colspan="2" string="Send New Email"
<button string="Send New Email"
name="%(crm.action_crm_send_mail)d"
context="{'mail':'new', 'model': 'crm.case.custom'}"
icon="terp-mail-message-new" type="action" />
<button colspan="2" string="Add New Note"
<button string="Add New Note"
name="%(crm.action_crm_add_note)d"
context="{'model': 'crm.lead' }"
icon="terp-mail-message-new" type="action" />
<button colspan="2" string="Forward to Partner"
<button string="Forward to Partner"
name="%(crm_lead_forward_to_partner_act)d"
icon="terp-mail-forward" type="action" />
</page>