[freeside-commits] branch FREESIDE_4_BRANCH updated. 68895af910e88710a630cad7540491a590c0ab3a

Mitch Jackson mitch at freeside.biz
Sat Jan 26 16:37:42 PST 2019


The branch, FREESIDE_4_BRANCH has been updated
       via  68895af910e88710a630cad7540491a590c0ab3a (commit)
      from  3d325303535dc3ac9c1b15524140ba2794ad6a75 (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 68895af910e88710a630cad7540491a590c0ab3a
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