Time-based navigation and some feedback for the user as to his import.

This commit is contained in:
James Cole
2014-09-14 21:09:52 +02:00
parent 49b8742082
commit 4f3493f9ff
8 changed files with 277 additions and 12 deletions

View File

@@ -28,4 +28,11 @@ interface ToolkitInterface
*/
public function makeSelectList(Collection $set, $titleField = null);
public function bootstrapDaterange();
public function next();
public function prev();
public function checkImportJobs();
}