first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$smarty->assign('description2', $description2);
|
||||
$smarty->assign('position', $position);
|
||||
$smarty->display('show.html');
|
||||
?>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
st_theme_use_stylesheet('appAdditionalDescPlugin.css');
|
||||
$smarty->assign('description2', $description2);
|
||||
$smarty->display('show_right.html');
|
||||
?>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$smarty->assign("description2",$description2);
|
||||
$smarty->display('tab_description.html');
|
||||
?>
|
||||
@@ -0,0 +1,3 @@
|
||||
<div class="description_right tinymce_html col-xs-12 col-sm-4">
|
||||
{$description2}
|
||||
</div>
|
||||
@@ -0,0 +1,7 @@
|
||||
{if $position=="after"}
|
||||
<br />
|
||||
{/if}
|
||||
{$description2}
|
||||
{if $position=="before"}
|
||||
<br />
|
||||
{/if}
|
||||
@@ -0,0 +1,3 @@
|
||||
<div class="description2 tinymce_html">
|
||||
{$description2}
|
||||
</div>
|
||||
@@ -0,0 +1,3 @@
|
||||
<div class="tinymce_html">
|
||||
{$description2}
|
||||
</div>
|
||||
@@ -0,0 +1,5 @@
|
||||
<div class="row">
|
||||
<div class="description tinymce_html col-xs-12">
|
||||
{$description2}
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,14 @@
|
||||
<div class="description_right tinymce_html col-xs-12 col-sm-3 col-md-3 col-lg-3">
|
||||
{$description2}
|
||||
</div>
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
jQuery(function($) {
|
||||
$(document).ready(function(){
|
||||
$('.card .description').addClass('col-sm-9');
|
||||
});
|
||||
});
|
||||
//]]>
|
||||
</script>
|
||||
{/literal}
|
||||
@@ -0,0 +1,3 @@
|
||||
<div class="tinymce_html">
|
||||
{$description2}
|
||||
</div>
|
||||
Reference in New Issue
Block a user