diff options
Diffstat (limited to 'templates/web/fixmybarangay/footer.html')
-rw-r--r-- | templates/web/fixmybarangay/footer.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/web/fixmybarangay/footer.html b/templates/web/fixmybarangay/footer.html index 88f18db4b..a79d30d4e 100644 --- a/templates/web/fixmybarangay/footer.html +++ b/templates/web/fixmybarangay/footer.html @@ -75,6 +75,26 @@ </div> </div> <div style="display:none"> + <div id="detach-form-container" class="fancybox-popup"> + <p> + Are you sure you want to detach this message? + </p> + <p> + Message Manager probably thinks this message is a reply because + it came in from a number to which we'd recently sent an outward reply. + </p> + <p> + If you detach the message, it will appear as a new, available message (instead of being a reply). + </p> + <!-- + echo $this->Form->create(array('id' => 'detach-form','default'=>false)); + echo $this->Form->input('msg_id', array('type'=>'hidden', 'name'=>'msg_id', 'id'=>'detach_msg_id')); + echo $this->Form->submit(__('Detach Message'), array('id' => 'detach-submit')); + echo $this->Form->end(); + --> + </div> + </div> + <div style="display:none"> <div id="mm-help" style="font-size:90%;"> <h2> Accessing Message Manager from FixMyBarangay (FMB)</h2> <h3> |