table not appearing as a button on the parent table

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
omphilesithole
Posts: 26
Joined: 2015-01-12 13:01

table not appearing as a button on the parent table

Post by omphilesithole » 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!
Attachments
img2.jpg
the bottom part, tab
img2.jpg (51.67 KiB) Viewed 2472 times
img1.jpg
buttons
img1.jpg (109.54 KiB) Viewed 2472 times

Satya Kavala
Veteran Member
Posts: 45
Joined: 2015-04-15 06:33
Location: Hyderabad
Contact:

Re: table not appearing as a button on the parent table

Post by Satya Kavala » 2015-04-30 06:39

Hi,
will you PM me the files or .axp file then i can get a chance to solve it.
Thanks&Regards
Satya Kavala
[email protected]

Post Reply