[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Thu Mar 13 10:28:53 EDT 2025
raeburn Thu Mar 13 14:28:53 2025 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- <itools_names() unused from rev. 1.421 onwards because code which used it
moved to courseprefs.pm (rev. 1.118) which has its own <itools_names().
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.450 loncom/interface/domainprefs.pm:1.451
--- loncom/interface/domainprefs.pm:1.450 Tue Jan 14 00:49:34 2025
+++ loncom/interface/domainprefs.pm Thu Mar 13 14:28:53 2025
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.450 2025/01/14 00:49:34 raeburn Exp $
+# $Id: domainprefs.pm,v 1.451 2025/03/13 14:28:53 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -5399,42 +5399,6 @@
return $datatable;
}
-sub ltitools_names {
- my %lt = &Apache::lonlocal::texthash(
- 'title' => 'Title',
- 'version' => 'Version',
- 'msgtype' => 'Message Type',
- 'sigmethod' => 'Signature Method',
- 'url' => 'URL',
- 'key' => 'Key',
- 'lifetime' => 'Nonce lifetime (s)',
- 'secret' => 'Secret',
- 'icon' => 'Icon',
- 'user' => 'User',
- 'fullname' => 'Full Name',
- 'firstname' => 'First Name',
- 'lastname' => 'Last Name',
- 'email' => 'E-mail',
- 'roles' => 'Role',
- 'window' => 'Window',
- 'tab' => 'Tab',
- 'iframe' => 'iFrame',
- 'height' => 'Height',
- 'width' => 'Width',
- 'linktext' => 'Default Link Text',
- 'explanation' => 'Default Explanation',
- 'passback' => 'Tool can return grades:',
- 'roster' => 'Tool can retrieve roster:',
- 'crstarget' => 'Display target',
- 'crslabel' => 'Course label',
- 'crstitle' => 'Course title',
- 'crslinktext' => 'Link Text',
- 'crsexplanation' => 'Explanation',
- 'crsappend' => 'Provider URL',
- );
- return %lt;
-}
-
sub secrets_form {
my ($dom,$context,$encrypt,$privkeys,$rowtotal) = @_;
my @ids=&Apache::lonnet::current_machine_ids();
More information about the LON-CAPA-cvs
mailing list