merged r5643 from trunk:


			
			
				2.1
			
			
		
Daniel Tiefnig 15 years ago
parent 923154c868
commit 7e34553644

@ -30,7 +30,7 @@
[% ELSE %]
Anonymous calls (CLIR) are currently accepted!<br />
[% END %]
[% ELSE %]
[% ELSIF list_name == 'block_out_list' || list_name == 'adm_block_out_list' %]
[% IF list_mode %]
[% IF list_data %]
All outgoing calls are blocked by default, only the following destinations are allowed.<br />
@ -44,8 +44,10 @@
All outgoing calls are currently allowed, exceptions may be added below.<br />
[% END %]
[% END %]
[% ELSE %]
Add or remove entries in the list below.<br />
[% END %]
</div>
</div><br />
<table>
[% FOREACH blockentry = list_data %]
@ -95,7 +97,8 @@
<input type="hidden" name="list_name" value="[% list_name %]" />
<label for="blockaddtxt">New entry:</label><br />
<div class="postlink">
<input type="text" size="20" name="block_add" id="blockaddtxt" value="[% blockaddtxt %]" /> &nbsp;
<input type="text" size="20" name="block_add" id="blockaddtxt" value="[% blockaddtxt %]"
title="E.164 number string with shell pattern wildcards (*, ?), with international prefix or as local number, will be normalized to international format" /> &nbsp;
<label for="blockadd">Add entry</label>
<input type="image" class="hidden" src="/static/images/dot_trans.gif" alt="" id="blockadd" />
[% IF messages.msgadd %]<div class="errormsg">[% messages.msgadd %]</div>[% END %]

Loading…
Cancel
Save