fix help to match check_sip_uri_pattern()

3.4
Christian Veigl 13 years ago
parent 0c468a5fb0
commit b3afaeb1bc

@ -176,11 +176,11 @@
name="callee_prefix" value="[% restore_rule.callee_prefix or rule.callee_prefix %]" />
</div>
<div class="span-4">
<input type="text" size="10" id="addtxt" title="A regex including the leading 'sip:' if ^ is included (eg: '^sip:user@domain.com$')"
<input type="text" size="10" id="addtxt" title="A regex including the leading '^sip:' (eg: '^sip:user@domain.com$')"
name="callee_pattern" value="[% restore_rule.callee_pattern or rule.callee_pattern %]" />
</div>
<div class="span-4">
<input type="text" size="10" id="addtxt" title="A regex including the leading 'sip:' if ^ is included (eg: '^sip:user@domain.com$')"
<input type="text" size="10" id="addtxt" title="A regex including the leading '^sip:' (eg: '^sip:user@domain.com$')"
name="caller_pattern" value="[% restore_rule.caller_pattern or rule.caller_pattern %]" />
</div>
<div class="span-3">
@ -226,11 +226,11 @@
name="callee_prefix" value="[% IF not rule.id == reditid %][% restore_rule.callee_prefix %][% END %]" />
</div>
<div class="span-4">
<input type="text" size="10" id="addtxt" title="A regex including the leading 'sip:' if ^ is included (eg: '^sip:user@domain.com$')"
<input type="text" size="10" id="addtxt" title="A regex including the leading '^sip:' (eg: '^sip:user@domain.com$')"
name="callee_pattern" value="[% IF not rule.id == reditid %][% restore_rule.callee_pattern %][% END %]" />
</div>
<div class="span-4">
<input type="text" size="10" id="addtxt" title="A regex including the leading 'sip:' if ^ is included (eg: '^sip:user@domain.com$')"
<input type="text" size="10" id="addtxt" title="A regex including the leading '^sip:' (eg: '^sip:user@domain.com$')"
name="caller_pattern" value="[% IF not rule.id == reditid %][% restore_rule.caller_pattern %][% END %]" />
</div>
<div class="span-3">

@ -37,7 +37,7 @@
<option [% IF tsrc.protocol == 'ANY' %]selected="selected"[% END %]>ANY</option>
</select>
</div>
<div class="span-6"> <input type="text" name="from_pattern" title="A regex including the leading 'sip:' if ^ is included (eg: '^sip:user@domain.com$')" size="5" value="[% tsrc.from_pattern %]"/></div>
<div class="span-6"> <input type="text" name="from_pattern" title="A regex including the leading '^sip:' (eg: '^sip:user@domain.com$')" size="5" value="[% tsrc.from_pattern %]"/></div>
<div class="span-1">
<button class="button-save ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only" role="button" aria-disabled="false" title="Save">
<span class="ui-button-icon-primary ui-icon ui-icon-check"></span>
@ -93,7 +93,7 @@
<option [% IF protocol == 'ANY' %]selected="selected"[% END %]>ANY</option>
</select>
</div>
<div class="span-6"> <input type="text" name="from_pattern" title="A regex including the leading 'sip:' if ^ is included (eg: '^sip:user@domain.com$')" size="5" value="[% from_pattern IF from_pattern.defined %]"/></div>
<div class="span-6"> <input type="text" name="from_pattern" title="A regex including the leading '^sip:' (eg: '^sip:user@domain.com$')" size="5" value="[% from_pattern IF from_pattern.defined %]"/></div>
<button class="button-add ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only" role="button" aria-disabled="false" title="Add">
<span class="ui-button-icon-primary ui-icon ui-icon-plusthick"></span>

Loading…
Cancel
Save