~porten-deactivatedaccount/eventum/devel

« back to all changes in this revision

Viewing changes to templates/notification.tpl.html

  • Committer: Elan Ruusamäe
  • Date: 2010-10-07 11:47:17 UTC
  • mto: This revision was merged to the branch mainline in revision 4158.
  • Revision ID: glen@delfi.ee-20101007114717-qnp6kcs6tscs7jmc
- cleanup: omit javascript: in javascript handles (onChange, onMouseOut)

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
          </td>
90
90
          <td bgcolor="{$light_color}" nowrap>
91
91
            <input type="text" name="email" size="40" class="default" value="{if $info.sub_email != ''}{$info.sub_email}{else}{$current_email}{/if}">
92
 
            {if not ($os.mac and $browser.ie)}<a href="javascript:void(null);" onClick="return overlib(getFillInput('{include file="lookup_layer.tpl.html" list=$assoc_users}', 'notification_form', 'email'), STICKY, HEIGHT, 50, WIDTH, 160, BELOW, LEFT, CLOSECOLOR, '#FFFFFF', FGCOLOR, '#FFFFFF', BGCOLOR, '#333333', CAPTION, 'Lookup Details', CLOSECLICK);" onMouseOut="javascript:nd();"><img src="{$rel_url}images/lookup.gif" border="0"></a>{/if}
 
92
            {if not ($os.mac and $browser.ie)}<a href="javascript:void(null);" onClick="return overlib(getFillInput('{include file="lookup_layer.tpl.html" list=$assoc_users}', 'notification_form', 'email'), STICKY, HEIGHT, 50, WIDTH, 160, BELOW, LEFT, CLOSECOLOR, '#FFFFFF', FGCOLOR, '#FFFFFF', BGCOLOR, '#333333', CAPTION, 'Lookup Details', CLOSECLICK);" onMouseOut="nd();"><img src="{$rel_url}images/lookup.gif" border="0"></a>{/if}
93
93
            {include file="error_icon.tpl.html" field="email"}
94
94
          </td>
95
95
        </tr>