File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
genericadmin/static/genericadmin/js Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 107
107
var that = this ,
108
108
url = this . getLookupUrl ( this . cID ) ,
109
109
id = 'lookup_' + this . getFkId ( ) ,
110
- link = '<a class="related-lookup" id="' + id + '" href="' + url + '"> </a>' ;
111
-
110
+ link = '<a class="related-lookup" id="' + id + '" href="' + url + '">' ;
111
+
112
+ link = link + '<img src="' + this . admin_media_url . replace ( / \/ ? $ / , '/' ) + 'img/selector-search.gif" style="cursor: pointer; margin-left: 5px; margin-right: 10px;" width="16" height="16" alt="Lookup"></a>' ;
112
113
link = link + '<strong id="lookup_text_' + this . getFkId ( ) + '" margin-left: 5px"><a target="_new" href="#"></a><span></span></strong>' ;
113
114
114
115
// insert link html after input element
You can’t perform that action at this time.
0 commit comments