Skip to content

Commit

Permalink
Fixed repeat form left from merge fun
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardog committed Jun 15, 2018
1 parent 291b7d3 commit 613200c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions class/UI/SearchUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,19 +162,6 @@ public function display()
************************/
// Handeled directly in the html template


/**************
* Date Range *
**************/
$form->addText('start_date');
$form->setLabel('start_date', 'Starting After');
$form->addCssClass('start_date', 'form-control');

$form->addText('end_date');
$form->setLabel('end_date', 'Ending Before');
$form->addCssClass('end_date', 'form-control');


$form->addSubmit('submit', 'Search');

// Javascript...
Expand Down

0 comments on commit 613200c

Please sign in to comment.