Skip to content
Snippets Groups Projects
Commit ca1d84ce authored by Chris Hallberg's avatar Chris Hallberg Committed by Robert Lange
Browse files

Lightbox markup improvements.

parent c3c21f3e
No related merge requests found
...@@ -193,7 +193,9 @@ JS; ...@@ -193,7 +193,9 @@ JS;
<div class="modal-dialog"> <div class="modal-dialog">
<div class="modal-content"> <div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<div class="modal-body"><?=$this->transEsc('Loading') ?>...</div> <div class="modal-body">
<span id="modal-title"><?=$this->transEsc('Loading') ?>...</span>
</div>
</div> </div>
</div> </div>
</div> </div>
......
<span id="modal-title" hidden><?=$this->headTitle()->renderTitle() ?></span>
<?=$this->layout()->content?> <?=$this->layout()->content?>
<?=$this->piwik(['lightbox' => true])?> <?=$this->piwik(['lightbox' => true])?>
<?=$this->googleanalytics($this->serverUrl(true))?> <?=$this->googleanalytics($this->serverUrl(true))?>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment