-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directory view enhancement #28
Directory view enhancement #28
Conversation
… list configurable)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with all changes.
@nqb we now have to create a new documentation page about this feature |
@coudot : I will do it |
@proxyconcept, @coudot : to my mind, "Directory" should be translate in "Annuaire" rather than "Répertoire". Your opinion ? |
Seems possible with CSS (tr:hover) and some js to intercept the click, but there will still be the problem of email and tel links.
Maybe we can add CSS to hide these information in print view. |
Hmm sorry I can't test easily with Windows browser.
For me, the next step is to share the same view between the directory list and the search results in rows. I have a work in progress for a new PR soon...
I add a specific css style for mailt: and tel: links (see proxyconcept@b5c534b )
I don't know if it's a good idea, it's a matter of choice so it should be based on the configuration.
Wrong value : 250 is not in the list. It's why I add this comment "// 10, 25, 50, 100 or -1 for all"
Why not ? As I say before, I think it's a good idea know to share code between directory listing and search results (in rows mode). We could use the same templates, with differents variables if necessary (columns list for example). But it seem useless for me to have different default page lengths.
Should be fix with #31 : Print CSS hide Datatables navigation blocks. |
@proxyconcept yes, we need to use same template between rows mode and directory view. |
Two improvements that can be done with Datatables :
@coudot and @proxyconcept, you didn't answer to my question
|
I don't think it's a good idea to add suggestions on this entry. The PR is merged... this thread should be close and new demands would be better in new issues.
Je me permet le français pour cette réponse ! De base je n'ai aucune opinion... Ensuite si je regarde des définitions :
Du coup "répertoire" me semble bien être le terme le plus approprié. |
Indeed, we should have a new PR or issue on this. We may close it only if we all agree on the result.
Moi également, parler d'annuaire ici peut prêter à confusion, sachant que l'annuaire est aussi le serveur contenant toutes les données. |
Following #25
Done (adjustment in css)
Done (using same code already made for search results)
Done (see new config option $directory_linkto)
Todo (not related to this part, see #1)
Done (see new config option $default_page_length)
Done (with value -1 for All)
Done, i think, the problem reported is unclear...
I see that with the print css, all URL (href) are displayed and it's not very convenient. This came with default bootstrap CSS. I have added a css definition to remove this fonctionality.