~porten-deactivatedaccount/eventum/devel

« back to all changes in this revision

Viewing changes to templates/send.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:
203
203
          <td bgcolor="{$light_color}">
204
204
            {if $issue_id == ''}
205
205
                <input type="text" name="to" class="default" size="50" value="{$email.sup_from|escape:"html"}" onKeyUp="autoComplete(this, contact_list);">
206
 
                {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}', 'send_email_form', 'to'), 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}
 
206
                {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}', 'send_email_form', 'to'), 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}
207
207
                {include file="error_icon.tpl.html" field="to"}
208
208
            {else}
209
209
                <span class="default">{t}Issue{/t} #{$issue_id} {t}Notification List{/t} ({t}Members{/t}: {$subscribers.staff|replace:"<":"&lt;"|replace:">":"&gt;"}{if $subscribers.customers != ''}, {$subscribers.customers|replace:"<":"&lt;"|replace:">":"&gt;"}{/if})</span>
216
216
          </td>
217
217
          <td bgcolor="{$light_color}">
218
218
            <input type="text" name="cc" class="default" size="50" value="{$email.cc|escape:"html"}" {if $read_only == 1}readonly{/if}>
219
 
            {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 multiple="1"}', 'send_email_form', 'cc'), 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}
 
219
            {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 multiple="1"}', 'send_email_form', 'cc'), 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}
220
220
          </td>
221
221
        </tr>
222
222
        {if $issue_id and $current_role != $roles.customer and $read_only != 1}