Changeset 2787:b73e772c9525 for admin/auth.php
- Timestamp:
- 11/15/14 15:34:24 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
admin/auth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
admin/auth.php
r2784 r2787 330 330 <?php 331 331 if ($err) { 332 echo '<div class="error" >'.$err.'</div>';332 echo '<div class="error" role="alert">'.$err.'</div>'; 333 333 } 334 334 if ($msg) { 335 echo '<p class="success" >'.$msg.'</p>';335 echo '<p class="success" role="alert">'.$msg.'</p>'; 336 336 } 337 337
Note: See TracChangeset
for help on using the changeset viewer.
