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 107107 var that = this ,
108108 url = this . getLookupUrl ( this . cID ) ,
109109 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>' ;
112113 link = link + '<strong id="lookup_text_' + this . getFkId ( ) + '" margin-left: 5px"><a target="_new" href="#"></a><span></span></strong>' ;
113114
114115 // insert link html after input element
You can’t perform that action at this time.
0 commit comments