diff --git a/apps/maarch_entreprise/css/styles.css b/apps/maarch_entreprise/css/styles.css index 525abb2716fcc68cbc39cdd2befe6323fd92d79f..b9a0e3498ad695f632cd32eff152b85feef2283a 100755 --- a/apps/maarch_entreprise/css/styles.css +++ b/apps/maarch_entreprise/css/styles.css @@ -3461,10 +3461,7 @@ a.legend hr { /*width: 520px;*/ } -#docView -{ - width: 460px; -} + .linkDiv { padding: 5px; padding-left: 15px; diff --git a/apps/maarch_entreprise/indexing_searching/little_details_invoices.php b/apps/maarch_entreprise/indexing_searching/little_details_invoices.php index 8cd937755b65e521caa9ed05579d52eef7af2abe..f7cff4358bb8ddd309c723812d96b307f585189b 100755 --- a/apps/maarch_entreprise/indexing_searching/little_details_invoices.php +++ b/apps/maarch_entreprise/indexing_searching/little_details_invoices.php @@ -250,7 +250,7 @@ if (!empty($_SESSION['error'])) { </h3> </p> </div> - <div class="desc block_light admin" id="desc3" style="display:none"> + <div class="desc block_light admin" id="desc3" style="display:none;width:100%;"> <div class="ref-unit"> <?php echo _MENU.' : '; ?> <a href="<?php diff --git a/modules/folder/search_folder_tree.php b/modules/folder/search_folder_tree.php index db2ff4a7871c12578886ccffcba45f9b7e7f22ee..f2b4a21cc3dafc8d1c236921ab63499c4e06a547 100755 --- a/modules/folder/search_folder_tree.php +++ b/modules/folder/search_folder_tree.php @@ -76,7 +76,7 @@ $_SESSION['origin'] = 'search_folder_tree'; <table width="100%" border="0"> <tr> <td align="right"> - <label for="folder"> + <label for="folder" style="color:white;"> <?php echo _FOLDER; ?> :</label> </td> <td class="indexing_field"> @@ -89,12 +89,6 @@ $_SESSION['origin'] = 'search_folder_tree'; </div> </div> </td> - <!-- <td align="right"><label for="subfolder"><?php echo _SUBFOLDER; ?> - :</label></td> - <td> - <input type="text" name="subfolder" id="subfolder" size="45" onKeyPress="if(event.keyCode == 13) submitForm();" /> - <div id="show_subfolder" class="autocomplete"></div> - </td>--> <td> <input id="tree_send" type="button" value="<?php echo _SEARCH; ?>" onclick="javascript:submitForm();" class="button"> @@ -125,25 +119,7 @@ $_SESSION['origin'] = 'search_folder_tree'; </tr> </table> </div> - <!-- Display the layout of search_folder_tree --> </div> -<form id="form-country_v1" name="form-country_v1"> - <div class="typeahead__container"> - <div class="typeahead__field"> - - <span class="typeahead__query"> - <input class="js-typeahead-country_v1" name="country_v1[query]" placeholder="Search" autocomplete="off" - type="search"> - </span> - <span class="typeahead__button"> - <button type="submit"> - <i class="typeahead__search-icon"></i> - </button> - </span> - - </div> - </div> -</form> <script type="text/javascript"> loadTypeahead('.folderTest', 'desc', true, 'index.php?display=true&module=folder&page=autocomplete_folders&mode=folder');