kopia lustrzana https://github.com/magicbug/Cloudlog
Updated gridsquares controller to include a todo list
rodzic
1734a05ded
commit
ba412ab07e
|
@ -8,6 +8,15 @@
|
|||
|
||||
class Gridsquares extends CI_Controller {
|
||||
|
||||
/*
|
||||
* TODO List
|
||||
* - Show squares that have been worked and confirmed in green
|
||||
* - Create index page
|
||||
* - Band page provide a band dropdown list
|
||||
* - Find somewhere in the main menu to add a button to it
|
||||
*/
|
||||
|
||||
|
||||
public function index() {
|
||||
$data['page_title'] = "Gridsquare Map";
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue