PluginProbe
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder / 3.6.40
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder v3.6.40
6.2.14 6.2.13 6.2.12 6.2.10 6.2.11 6.2.9 6.2.8 6.2.7 6.2.6 6.2.5 6.2.4 6.2.3 6.2.2 3.6.22 3.6.31 3.6.40 3.6.41 3.6.42 3.6.50 3.6.51 3.6.60 3.6.61 3.6.62 3.6.64 3.6.65 All 196 releases
fluentform / resources / views / admin / notices / info.php

info.php in Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder 3.6.40, at resources/views/admin/notices/info.php

20 lines 1010 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div id="ff_notice_<?php echo $notice['name']; ?>" class="update-nag fluentform-admin-notice fluent_info_notice">
2 <?php if($show_logo): ?>
3 <div class="ff_logo_holder">
4 <img alt="Fluent Forms Logo" src="<?php echo $logo_url; ?>" />
5 </div>
6 <?php endif; ?>
7 <div class="ff_notice_container">
8 <?php if($show_hide_nag): ?>
9 <div class="ff_temp_hide_nag"><span data-notice_type="temp" data-notice_name="<?php echo $notice['name']; ?>" title="Hide this Notification" class="dashicons dashicons-dismiss ff_nag_cross nag_cross_btn"></span></div>
10 <?php endif; ?>
11
12 <h3><?php echo $notice['title']; ?></h3>
13 <p><?php echo $notice['message']; ?></p>
14 <div class="ff_notice_buttons">
15 <?php foreach ($notice['links'] as $link): ?>
16 <a <?php echo $link['btn_atts']; ?> href="<?php echo $link['href']; ?>"><?php echo $link['btn_text']; ?></a>
17 <?php endforeach; ?>
18 </div>
19 </div>
20 </div>