mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
Fix #443
fix expiration/formater dropdown with bootstrap-compact template
This commit is contained in:
parent
e9ce8ca1a0
commit
59dc413829
@ -212,8 +212,8 @@ endforeach;
|
|||||||
<?php
|
<?php
|
||||||
if ($isCpct):
|
if ($isCpct):
|
||||||
?>
|
?>
|
||||||
<li id="formatter" class="dropdown">
|
<li class="dropdown">
|
||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><?php echo I18n::_('Options'); ?> <span class="caret"></span></a>
|
<a id="formatter" href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><?php echo I18n::_('Options'); ?> <span class="caret"></span></a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li id="burnafterreadingoption" class="checkbox hidden">
|
<li id="burnafterreadingoption" class="checkbox hidden">
|
||||||
<label>
|
<label>
|
||||||
|
Loading…
Reference in New Issue
Block a user