Just making a quick note for template.php

$output = '<div id="status-messages" class="reveal-modal" >'. $output;
 $output .= '<a class="close-reveal-modal">&#215;</a>';
 $output .= '</div><div class="reveal-modal-bg"></div>';

Need to add the .reveal-modal-bg div otherwise toggle_bg : function (modal) {} won't work right in foundation.reveal.js

Comments

chrisjlee’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
chrisjlee’s picture

Version: 7.x-2.x-dev » 7.x-4.x-dev
Category: bug » task
alexweber’s picture

Status: Active » Needs review
StatusFileSize
new704 bytes
kevinquillen’s picture

Status: Needs review » Fixed

Tested, looks good.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

add template.php bit