noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 03/05: Bug #0001089: On ne peut ajouter les d


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/05: Bug #0001089: On ne peut ajouter les documents que un par un
Date: Tue, 17 Feb 2015 22:23:44 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 59c4b1e40a0eb637ee010b1b2bcd9e4f26c66e7e
Author: Dany De Bontridder <address@hidden>
Date:   Tue Feb 17 23:17:23 2015 +0100

    Bug #0001089: On ne peut ajouter les documents que un par un
---
 include/template/detail-action.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/template/detail-action.php 
b/include/template/detail-action.php
index d73705e..b5a6d3a 100644
--- a/include/template/detail-action.php
+++ b/include/template/detail-action.php
@@ -405,7 +405,7 @@ function toggleShowDetail() {
 <?php endif; ?>
 </div>
 <?php endif; ?>
-</div>
+
 <div style="clear:both"></div>    
 <?php if ($p_view != 'READ' && $str_select_doc != '') : ?>
 <div id="div_generate_document" class="noprint" style="display:none" >
@@ -476,7 +476,7 @@ function addFiles() {
 try {
        docAdded=document.getElementById('add_file');
        new_element=document.createElement('li');
-       new_element.innerHTML='<input class="inp" type="file" value="" 
name="file_upload[]"/><br><label>Description</label><input type="input" 
class="input_text" name="input_desc[]" >';
+       new_element.innerHTML='<input class="inp" type="file" value="" 
name="file_upload[]"/><label>Description</label> <input type="input" 
class="input_text" name="input_desc[]" >';
        docAdded.appendChild(new_element);
 }
 catch(exception) { alert('<?php echo j(_('Je ne peux pas ajouter de 
fichier'))?>'); alert(exception.message);}
@@ -500,4 +500,4 @@ catch(exception) { alert('<?php echo j(_('Je ne peux pas 
ajouter de fichier'))?>
  <?php endif;?>
 </div>
 </div>
-<script>compute_all_ledger()</script>
\ No newline at end of file
+<script>compute_all_ledger()</script>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]