Skip to content

Commit

Permalink
bug validasi gak jalan jsnya
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Ramadhan committed Jul 22, 2011
1 parent 5c691c5 commit d22e72c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion application/views/admin/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<ul>
<li><?php $views->href('/admin/verify','Non Verified'); ?></li>
<li><?php $views->href('/admin/unverify','Verified'); ?></li>
<li><?php $views->href('/admin/reset','Reset Password'); ?></li>
<li><?php $views->href('/admin/unverify','Verified'); ?></li>
<li><?php $views->href('/admin/useredit','Edit User'); ?></li>
</ul>
<?php endif ?>
<li><h4>Blog</h4></li>
Expand Down
7 changes: 7 additions & 0 deletions application/views/admin/useredit.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
</ul>
<p><input type="submit" value="Update" name="edit" id="button"></p>
</form>
<hr style="border-color: rgb(255, 0, 101); border-style: dashed;">
<p>Status</p>
<p>
0 = Not Verified ( warning gambar verify masih tersimpan )<br/>
1 = Verivied ( warning gambar verify tidak tersimpan )<br/>
3 = Media Partner<br/>
</p>
</div>
<?php require 'menu.php'; ?>
</div>
Expand Down
2 changes: 1 addition & 1 deletion application/views/users/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

</body>

<?php $views->js('jquery,middleware/jquery/jquery.pjax','external'); ?>
<?php $views->js('jquery,middleware/jquery/jquery.validation,middleware/jquery/jquery.pjax','external'); ?>
<script type="text/javascript">
jQuery(document).ready(function(){
$('#arrow-link').pjax({
Expand Down

0 comments on commit d22e72c

Please sign in to comment.