Guest User

Untitled

a guest
Jan 24th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. </tbody>
  2. <?php }?>
  3. </table>
  4. <input type="hidden" name="preference1" value="<?php echo $app['preference1']?>">
  5. <input type="hidden" name="status" value="<?php echo $app['status']?>">
  6. <?php }?>
  7. <div id="pagination">
  8. <?php echo $links; ?>
  9. <?php echo form_error('app[]','<span class="error">','</span>');?>
  10. <input type="submit" class="btn btn-primary pull-left" name="sms" value="SEND SMS">
  11. </div>
  12. </form>
Add Comment
Please, Sign In to add comment