* adjust code for buildexporttpl view.

This commit is contained in:
chenfeiCF
2016-04-27 09:52:39 +08:00
parent f7063f570f
commit 4967d2d5e5
-4
View File
@@ -1,7 +1,3 @@
<style>
.chosen-container-single {max-width: 100px;}
.chosen-container[id^="template"] .chosen-drop {min-width: 180px;!important}
</style>
<?php
echo html::select('template', $templatePairs, $templateID, "class='form-control chosen' onchange='setTemplate(this.value)'");
foreach($templates as $key => $template) echo "<span id='template$template->id' class='hidden'>$template->content</span>";