Skip to content

Commit ddcd212

Browse files
committed
Remove widgets alert on edit page
1 parent e7423c3 commit ddcd212

File tree

1 file changed

+2
-2
lines changed
  • system/application/views/melons/cantaloupe

1 file changed

+2
-2
lines changed

system/application/views/melons/cantaloupe/edit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,12 +662,12 @@ function badges() {
662662
<table>
663663
<tr id="edit_content" class="p type_composite">
664664
<td colspan="2">
665-
<?php if(!isset($_COOKIE['hide_widgets_alert'])){ ?>
665+
<?php /* if(!isset($_COOKIE['hide_widgets_alert'])){ ?>
666666
<div id="wysiwygNewFeatures" class="alert alert-info alert-dismissible caption_font" role="alert" style="">
667667
<button type="button" class="close" data-dismiss="alert" aria-label="Close">&times;</button>
668668
<strong>Check out our latest feature – Scalar widgets.</strong><hr /> Widgets are modular interface elements that provide additional navigation, visualization, and media options for your readers. To add widgets to a page use the two new buttons in the toolbar below (the ones that look like puzzle pieces). For step-by-step instructions on adding widgets see our <a href="http://scalar.usc.edu/works/guide2/working-with-widgets" target="_blank">User’s Guide</a>. Feel free to <a href="http://scalar.usc.edu/contact/" target="_blank">contact us</a> if you have any questions.
669669
</div>
670-
<?php } ?>
670+
<?php } */ ?>
671671
<textarea id="editor" wrap="soft" name="sioc:content" style="visibility:hidden;"><?
672672
if (isset($page->version_index)):
673673
$content = $page->versions[$page->version_index]->content;

0 commit comments

Comments
 (0)