here are the modified files
Changelog: document_data.static.php
- Added Jason’s maketable.class.php in /manager/includes/extenders/
- Changed in maketable.class line to skip class="clearfix" and added global $_lang support
- Added these lines in english.inc.php (mods start at line 207)
$_lang["view_childs_documents_in_container"] = "View childrens";
$_lang["documents_in_container"] = "documents in this container";
$_lang["no_documents_in_container"] = "This container has not yet childrens.";
$_lang["pagination_table_first"] = "First";
$_lang["pagination_table_last"] = "Last";
$_lang["pagination_table_gotopage"] = "Go to page";
$_lang["pagination_table_perpage"] = "per page";
- Added some css in style.css for table pagination (at the bottom of the file)
- Modified viewdata to display introtext / metatags, added tab view child list.
The create bar (document & weblink) will not be displayed if user has no right to create
The edit edit bar will not be displayed if user has no right to edit.
TODO / IMPROVE
I have been unable to deal with the cookie stuff from tabpane.
So I’m forcing it to display the "View childrens" tab except when isfolder=0 or webfxtab_documentPane>1 (when you save document from meta or preview tab)
It would be nice if someone more experienced could fix it.
:-)
EDIT : forgot to remove per page in maketable class. post back files in one minute.
done !