Customize control Panel

Discussion in 'Templates customization' started by cooltrader, Jun 23, 2006.

  1. cooltrader

    cooltrader New Member

    Joined:
    Apr 17, 2006
    Messages:
    9
    Hello
    I was wondering how t add a link or button to the email field in the User Info page of the control panel. I email a lot of customers individually and I can just click on the link or button to open an email client instantly perhaps with just a mailto:*** type link.

    Thanks
    Mick
  2. cooltrader

    cooltrader New Member

    Joined:
    Apr 17, 2006
    Messages:
    9
    Alex
    Its OK. I found the file to alter and worked out the method to turn the field title "Email" to make it the link for the mailto: function.

    For those interested alter templates/admin/user_form.html
    Line 39 change
    <th><b>Email</b></th>
    to
    <th><b><a href="mailto:{$u.email}">Email</b></th>

    Mick
  3. msladypa

    msladypa New Member

    Joined:
    Aug 22, 2006
    Messages:
    1
    Thanks

    Thanks Cooltrader I needed that as well !!

Share This Page