You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

message.html 204B

123
  1. <div id="{dialog_name}" title="{title} "><?php /* the ' ' after {title} fixes ie8, see http://stackoverflow.com/a/5313137/828717 */ ?>
  2. <p><span class="ui-icon ui-icon-{type}"></span>{message}</p>
  3. </div>