tcn source
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 12 Dec 2006 19:20:58 +0000 (19:20 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 12 Dec 2006 19:20:58 +0000 (19:20 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6683 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/cat/bib_brief.xul

index c658858..529d27e 100644 (file)
@@ -98,6 +98,9 @@
                                                                                var meta = req.getResultObject();
                                                                                if (typeof meta.ilsevent != 'undefined') throw(meta);
                                                                                meta = meta[0];
+                                                                               document.getElementById('tcn_source').appendChild(
+                                                                                       document.createTextNode(meta.tcn_source())
+                                                                               );
                                                                                document.getElementById('creator').appendChild(
                                                                                        document.createTextNode(meta.creator().usrname())
                                                                                );
                                </html:tr>
                                <html:tr valign="top">
                                        <html:td>
-                                               <html:span style="font-weight: bold;">TCN: </html:span><html:span id="tcn" style="text-decoration: underline; color: blue;" onclick="copy_to_clipboard(event)"/>
+                                               <html:span style="font-weight: bold;">TCN: (</html:span><html:span id="tcn_source"/><html:span style="font-weight: bold;">) </html:span><html:span id="tcn" style="text-decoration: underline; color: blue;" onclick="copy_to_clipboard(event)"/>
                                        </html:td>
                                        <html:td>
                                                <html:span style="font-weight: bold;">Created By: </html:span><html:span id="creator" />