Valid HTML test
[weblabels.fsf.org.git] / www.fsf.org / 20131028 / files / translationbrowser.js
CommitLineData
5a920362 1
2function translationbrowser_openBrowser(path, at_url, type) {
3 atrefpopup = window.open(path+'/translationbrowser_popup?at_type='+type+'&at_url='+at_url, 'translationbrowser_popup', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=500,height=550');
4}
5
6function translationbrowser_setReference(uid, label) {
7 element=document.getElementById('link_content')
8 element_label=document.getElementById('link_content_label')
9 element.value=uid
10 element_label.value=label
11}