Limit userpart length in SIP URI.

Limit size of input field for userpart to not break line when using an
IPv6 address as domain.
3.3
Andreas Granig 14 years ago
parent 7a9f15557d
commit 9758c7863e

@ -174,7 +174,7 @@
<li class="ui-state-default">
<div class="span-5">SIP URI:</div>
<div class="span-11 last">
<input type="text" name="username" value="[% subscriber.username %]"
<input size="15" type="text" name="username" value="[% subscriber.username %]"
title="the local part of the SIP URI, string" />
@
<select size="1" name="domain">

Loading…
Cancel
Save