]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-upload-error-keep-popup.patch
- allow same account being used for routing and downloading mails
[packages/eventum.git] / eventum-upload-error-keep-popup.patch
1 --- ../templates/en/file_upload.tpl.html~       2006-01-12 17:32:22.000000000 +0200
2 +++ ../templates/en/file_upload.tpl.html        2006-01-12 17:32:29.221793302 +0200
3 @@ -15,7 +15,7 @@
4      </center>
5      <script language="JavaScript">
6      <!--
7 -    {if $current_user_prefs.close_popup_windows == '1'}
8 +    {if $current_user_prefs.close_popup_windows == '1' && $upload_file_result == 1}
9      setTimeout('closeAndRefresh()', 2000);
10      {/if}
11      //-->
This page took 0.038155 seconds and 3 git commands to generate.