Project

General

Profile

« Previous | Next » 

Revision 0074384f

Added by sbeaver about 10 years ago

guiconfig.inc updated

dump_clog_no_table() now returns the number of log lines printed so
that the caller can display a message if there were none.

print_info_box() now accepts an optional class argument allowing the
caller to specify the alert box appearance as in:

print_alert_box(“Everything is cool”, “alert-success”);
print_alert_box(“Just a friendly warning”); // Defaults to alert-warning
print_alert_box(“Now look what you did!”, “danger”); // “alert-“ is
prepended automatically if not provided

  • added
  • modified
  • copied
  • renamed
  • deleted