contrib modules security updates
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
*/
|
||||
?>
|
||||
<div class="content-type-button clearfix">
|
||||
<?php print $image_button; ?>
|
||||
<div><?php print $text_button; ?></div>
|
||||
<?php if (isset($icon_text_button)): ?>
|
||||
<?php print $icon_text_button; ?>
|
||||
<?php else: ?>
|
||||
<?php print $image_button; ?>
|
||||
<div><?php print $text_button; ?></div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
@@ -26,6 +26,12 @@
|
||||
|
||||
<?php if (!empty($columns)): ?>
|
||||
<div class="panels-section-columns">
|
||||
<div class="panels-section-columns-quickfilter container-inline">
|
||||
<label for="quick-filter"><?php print t('Quick-Filter'); ?> </label> <input type="text" name="quickfilter" class="form-text" />
|
||||
<script type="text/javascript">
|
||||
(function ($) { Drupal.Panels.AddContentModalQuickFilter(); })(jQuery);
|
||||
</script>
|
||||
</div>
|
||||
<?php foreach ($columns as $column_id => $column): ?>
|
||||
<div class="panels-section-column panels-section-column-<?php print $column_id; ?> ">
|
||||
<div class="inside">
|
||||
|
@@ -20,14 +20,16 @@
|
||||
<?php if ($pane_prefix): ?>
|
||||
<?php print $pane_prefix; ?>
|
||||
<?php endif; ?>
|
||||
<div class="<?php print $classes; ?>" <?php print $id; ?>>
|
||||
<div class="<?php print $classes; ?>" <?php print $id; ?> <?php print $attributes; ?>>
|
||||
<?php if ($admin_links): ?>
|
||||
<?php print $admin_links; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php print render($title_prefix); ?>
|
||||
<?php if ($title): ?>
|
||||
<h2<?php print $title_attributes; ?>><?php print $title; ?></h2>
|
||||
<<?php print $title_heading; ?><?php print $title_attributes; ?>>
|
||||
<?php print $title; ?>
|
||||
</<?php print $title_heading; ?>>
|
||||
<?php endif; ?>
|
||||
<?php print render($title_suffix); ?>
|
||||
|
||||
|
Reference in New Issue
Block a user