[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Thu, 30 Aug 2007 16:03:30 -0000


raeburn		Thu Aug 30 12:03:30 2007 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - Moving domain selector
  - Changing wording in "srchin" selector.
  - Restoring row titles removed in rev 1.564
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.572 loncom/interface/loncommon.pm:1.573
--- loncom/interface/loncommon.pm:1.572	Tue Aug 28 14:32:36 2007
+++ loncom/interface/loncommon.pm	Thu Aug 30 12:03:29 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.572 2007/08/28 18:32:36 banghart Exp $
+# $Id: loncommon.pm,v 1.573 2007/08/30 16:03:29 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -5622,14 +5622,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',
@@ -5797,16 +5798,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