XFileSharing Pro - i need help, with upload results.

Message
Author
spdfile
Posts: 12
Joined: Sep 28, 2012 10:55 am

i need help, with upload results.

#1 Postby spdfile » Oct 07, 2012 9:01 pm

Hello, i want to edit the upload results but in code it shows :

Code: Select all

<div class="tabbertab">
<h2><TMPL_VAR lang_download_link></h2>
<textarea id="ic0-<TMPL_VAR file_id>" style="width:98%;" rows=3 onFocus="copy(this);"><TMPL_LOOP links><TMPL_VAR download_link>
</TMPL_LOOP></textarea>
<div id="c0-<TMPL_VAR file_id>" class="btndiv"><TMPL_VAR lang_copy_clipboard></div>
</div>

Code: Select all

<TMPL_VAR download_link>
I want edit it, i want it show me 2 lines of the same code but different URL sites. that i choose manually.
any idea?