Skip to content
Snippets Groups Projects
Commit b8f81fcc authored by Chris Hallberg's avatar Chris Hallberg
Browse files

.labels made default (.label-default)

parent a7c51f07
No related merge requests found
......@@ -99,7 +99,7 @@
<? if (!$openUrlActive && empty($urls) && $this->driver->supportsAjaxStatus()): ?>
<span class="status ajax-availability small ">
<span class="label"><?=$this->transEsc('Loading')?>...</span>
<span class="label label-default"><?=$this->transEsc('Loading')?>...</span>
</span>
<? endif; ?>
<?=$this->record($this->driver)->getPreviews()?>
......
......@@ -26,7 +26,7 @@ $urls = $this->record($this->driver)->getLinkDetails();
</div>
<? if (!$openUrlActive && empty($urls)): ?>
<? if ($this->driver->supportsAjaxStatus()): ?>
<div class="status ajax-availability hidden text-center pad"><span class="label"><?=$this->transEsc('Loading')?>...</span></div>
<div class="status ajax-availability hidden text-center pad"><span class="label label-default"><?=$this->transEsc('Loading')?>...</span></div>
<? endif; ?>
<? endif; ?>
<div>
......
......@@ -142,7 +142,7 @@
<? if (!$openUrlActive && empty($urls) && $this->driver->supportsAjaxStatus()): ?>
<span class="status ajax-availability hidden">
<span class="label"><?=$this->transEsc('Loading')?>...</span>
<span class="label label-default"><?=$this->transEsc('Loading')?>...</span>
</span>
<? endif; ?>
<?=$this->record($this->driver)->getPreviews()?>
......
<span class="label"><?=$this->transEsc("status_unknown_message")?></span>
\ No newline at end of file
<span class="label label-default"><?=$this->transEsc("status_unknown_message")?></span>
\ No newline at end of file
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