[LON-CAPA-cvs] cvs: loncom(version_2_11_4_msu) /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Mon Jan 1 21:25:19 EST 2024
raeburn Tue Jan 2 02:25:19 2024 EDT
Modified files: (Branch: version_2_11_4_msu)
/loncom/interface domainprefs.pm
Log:
- In display of host(s) for WAF, do not split hostname across lines.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.160.6.118.2.15 loncom/interface/domainprefs.pm:1.160.6.118.2.16
--- loncom/interface/domainprefs.pm:1.160.6.118.2.15 Mon Sep 4 17:40:47 2023
+++ loncom/interface/domainprefs.pm Tue Jan 2 02:25:19 2024
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.160.6.118.2.15 2023/09/04 17:40:47 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.118.2.16 2024/01/02 02:25:19 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -7049,7 +7049,8 @@
my $aliasrows = '<tr>'.
'<td class="LC_left_item" style="vertical-align: baseline;">'.
&mt('Hostname').': '.
- '<i>'.&Apache::lonnet::hostname($server).'</i></td><td> </td>';
+ '<span class="LC_nobreak LC_cusr_emph">'.
+ &Apache::lonnet::hostname($server).'</span></td><td> </td>';
if ($othercontrol{$server}) {
$dom_in_effect = $othercontrol{$server};
my ($current,$forsaml);
More information about the LON-CAPA-cvs
mailing list