$left $role
|;
+ unless (($realm eq '') && ($dc_info eq '')) {
+ $bodytag .= qq|
$realm $dc_info
|;
+ }
if ($need_endlcint) {
$bodytag .= Apache::lonhtmlcommon::scripttag('', 'end');
}
return $bodytag;
}
+ $bodytag .= '
';
unless ($env{'request.symb'} =~ m/\.page___\d+___/) {
$bodytag .= qq|
$left $role
|;
}
- $bodytag .= $right;
+ $bodytag .= $right.'
';
if ($dc_info) {
$dc_info = &dc_courseid_toggle($dc_info);
}
- $bodytag .= qq|
$realm $dc_info
|;
+ unless (($realm eq '') && ($dc_info eq '')) {
+ $bodytag .= qq|
$realm $dc_info
|;
+ }
}
#if directed to not display the secondary menu, don't.
@@ -7301,6 +7316,12 @@ form, .inline {
display: inline;
}
+.LC_landmark {
+ margin: 0;
+ padding: 0;
+ border: none;
+}
+
.LC_visually_hidden:not(:focus):not(:active) {
clip-path: inset(50%);
height: 1px;
@@ -7311,6 +7332,12 @@ form, .inline {
display: inline;
}
+.LC_heading_2 {
+ font-size: 1.17em;
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+
.LC_menus_content.shown{
display: block;
}
@@ -7323,6 +7350,10 @@ form, .inline {
text-align:right;
}
+.LC_center {
+ text-align:center;
+}
+
.LC_middle {
vertical-align:middle;
}
@@ -8024,7 +8055,7 @@ table.LC_pick_box {
border-spacing: 1px;
}
-table.LC_pick_box td.LC_pick_box_title {
+table.LC_pick_box th.LC_pick_box_title {
background: $sidebg;
font-weight: bold;
text-align: left;
@@ -8228,23 +8259,28 @@ table.LC_prior_tries td {
}
.LC_prob_status {
- display: table;
- padding: 0;
- margin: 0;
-}
-
-.LC_prob_status_row {
- display: table-row;
-}
-
-.LC_status_cell {
- display: table-cell;
+ margin-top: 5px;
padding-top: 0;
padding-left: 0;
padding-bottom: 0;
padding-right: 5px;
}
+.LC_mail_actions {
+ float: left;
+ padding: 0;
+ margin: 6px;
+}
+
+.LC_vertical_line {
+ width: 1px;
+ background-color: black;
+ height: 4em;
+ float: left;
+ margin: 0;
+ padding: 0;
+}
+
span.LC_prior_numerical,
span.LC_prior_string,
span.LC_prior_custom,
@@ -9135,7 +9171,7 @@ ul#LC_toolbar {
padding: 0;
margin: 2px;
list-style:none;
- position:relative;
+ display:inline;
background-color:white;
overflow: auto;
}
@@ -9163,6 +9199,13 @@ a.LC_toolbarItem {
background-color:transparent;
}
+.LC_navtools {
+ display: inline-block;
+ padding: 0;
+ margin: 2px;
+ vertical-align: middle;
+}
+
ul.LC_funclist {
margin: 0;
padding: 0.5em 1em 0.5em 0;
@@ -9697,7 +9740,11 @@ OFFLOAD
';
}
- $result .= '
'."\n";
+ $result .= '
{'frameset'}) {
+ $result .= ' /';
+ }
+ $result .= '>'."\n";
return $result.'';
}
@@ -19038,8 +19085,8 @@ sub needs_coursereinit {
$update = 'supp';
}
}
- return ($update);
}
+ return ($update);
}
return ();
}
@@ -19570,9 +19617,9 @@ sub create_captcha {
if (-e $Apache::lonnet::perlvar{'lonCaptchaDir'}.'/'.$md5sum.'.png') {
$output = '
'."\n".
'
'.
- &mt('Type in the letters/numbers shown below').' '.
+ ''.
+ '
'.
'

';
last;
}