Bug 7821 - {langcode} will be replaced with current interface language
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / aqbudget_owner_search.tt
index 363ac49..84da262 100644 (file)
@@ -11,7 +11,7 @@
 // modify parent window owner element
 function returnOwner(ownerId, ownerName){
     var top1 = top.opener;
-    top1.document.getElementById('budget_owner_name').innerhtml = ownerName;
+    top1.document.getElementById('budget_owner_name').innerHTML = ownerName;
     top1.document.getElementById('budget_owner_id').value = ownerId;
     window.close();
 }
@@ -20,7 +20,7 @@ function returnOwner(ownerId, ownerName){
 
 
 </head>
-<body>
+<body id="admin_aqbudget_owner_search" class="admin">
 <div id="custom-doc" class="yui-t7">
    <div id="bd">
        <div class="yui-g">
@@ -52,7 +52,7 @@ function returnOwner(ownerId, ownerName){
                <tr>
                        <th>Cardnumber</th>
                        <th>Name</th>
-                       <th>Branch</th>
+                       <th>Library</th>
                        <th>Categorycode</th>
             <th>Select?</th>
                </tr>