table not appearing as a button on the parent table
Posted: 2015-03-02 10:01
Hi, i have the below code on the templates/crimereport_dv.php - this is the parent table
<div class="col-xs-12">
<a class="hidden-xs btn btn-default btn-lg pull-right hidden hspacer-sm" href="close_incidents_view.php?filterer_reportid=<%%URLVALUE(id)%%>&<%%EMBEDDED%%>" id="close_incidents_link"><i class="glyphicon glyphicon-list-alt"></i> Close Incidents</a>
<a class="visible-xs btn btn-default btn-lg btn-block hidden vspacer-sm" href="close_incidents_view.php?filterer_reportid=<%%URLVALUE(id)%%>&<%%EMBEDDED%%>" id="xs_close_incidents_link"><i class="glyphicon glyphicon-list-alt"></i> Close Incidents</a>
<input type="hidden" id="close_incidents_hclink" value="close_incidents_view.php?filterer_reportid=<%%URLVALUE(id)%%>&<%%EMBEDDED%%>">
<div class="clearfix"></div>
</div>
which must display button like the below button (assign report and report incident comment) but its not showing i have added the files of the table "close_incident" after i have created my project so i am not sure what i need to do to make sure it appear?
Attached is the images showing what am taking about!
<div class="col-xs-12">
<a class="hidden-xs btn btn-default btn-lg pull-right hidden hspacer-sm" href="close_incidents_view.php?filterer_reportid=<%%URLVALUE(id)%%>&<%%EMBEDDED%%>" id="close_incidents_link"><i class="glyphicon glyphicon-list-alt"></i> Close Incidents</a>
<a class="visible-xs btn btn-default btn-lg btn-block hidden vspacer-sm" href="close_incidents_view.php?filterer_reportid=<%%URLVALUE(id)%%>&<%%EMBEDDED%%>" id="xs_close_incidents_link"><i class="glyphicon glyphicon-list-alt"></i> Close Incidents</a>
<input type="hidden" id="close_incidents_hclink" value="close_incidents_view.php?filterer_reportid=<%%URLVALUE(id)%%>&<%%EMBEDDED%%>">
<div class="clearfix"></div>
</div>
which must display button like the below button (assign report and report incident comment) but its not showing i have added the files of the table "close_incident" after i have created my project so i am not sure what i need to do to make sure it appear?
Attached is the images showing what am taking about!