[LON-CAPA-cvs] cvs: loncom(version_2_5_X) /interface loncommon.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Tue, 04 Sep 2007 23:59:54 -0000
albertel Tue Sep 4 19:59:54 2007 EDT
Modified files: (Branch: version_2_5_X)
/loncom/interface loncommon.pm
Log:
- backport 1.573
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.564.2.6 loncom/interface/loncommon.pm:1.564.2.7
--- loncom/interface/loncommon.pm:1.564.2.6 Tue Sep 4 19:59:03 2007
+++ loncom/interface/loncommon.pm Tue Sep 4 19:59:53 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.564.2.6 2007/09/04 23:59:03 albertel Exp $
+# $Id: loncommon.pm,v 1.564.2.7 2007/09/04 23:59:53 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -5572,14 +5572,15 @@
$srchterm = $srch->{'srchterm'};
}
my %lt=&Apache::lonlocal::texthash(
+ 'usr' => 'Search criteria',
'doma' => 'Domain/institution to search',
'uname' => 'username',
'lastname' => 'last name',
'lastfirst' => 'last name, first name',
'crs' => 'in this course',
- 'dom' => 'in this domain',
+ 'dom' => 'in selected domain',
'alc' => 'all LON-CAPA',
- 'instd' => 'in institutional directory',
+ 'instd' => 'in institutional directory for selected domain',
'exact' => 'is',
'contains' => 'contains',
'begins' => 'begins with',
@@ -5747,16 +5748,18 @@
<table>
<tr>
+ <td>$lt{'doma'}:</td>
+ <td>$domform</td>
+ </td>
+ </tr>
+ <tr>
+ <td>$lt{'usr'}:</td>
<td>$srchbysel
$srchtypesel
<input type="text" size="15" name="srchterm" value="$srchterm" />
$srchinsel
</td>
</tr>
- <tr>
- <td>$lt{'doma'}: $domform</td>
- </td>
- </tr>
</table>
<br />
END_BLOCK