[freeside-commits] branch master updated. 54ca3f1743a04afeeb5563e67985e84fa0bbc6fb
Mitch Jackson
mitch at freeside.biz
Sat Jan 26 16:34:13 PST 2019
The branch, master has been updated
via 54ca3f1743a04afeeb5563e67985e84fa0bbc6fb (commit)
from f034f0e044b27e34b9e4e2fc819825b21c693df5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 54ca3f1743a04afeeb5563e67985e84fa0bbc6fb
Author: Mitch Jackson <mitch at freeside.biz>
Date: Sat Jan 26 19:24:35 2019 -0500
RT# 30783 Clarify UI checkbox label
diff --git a/httemplate/edit/router.cgi b/httemplate/edit/router.cgi
index a756c617c..72111ca57 100755
--- a/httemplate/edit/router.cgi
+++ b/httemplate/edit/router.cgi
@@ -7,7 +7,13 @@
'routername' => 'Name',
'svc_part' => 'Service',
'agentnum' => 'Agent',
- 'manual_addr' => 'Assign IP addresses manually',
+ 'manual_addr' => '
+ Assign IP addresses manually<br>
+ <div style="font-size: .8em;">
+ Uncheck to assign IP address<br>
+ from router/address block
+ </div>
+ ',
},
'fields' => [
{ 'field'=>'routername', 'type'=>'text', 'size'=>32 },
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/router.cgi | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list