* fix style for buildexporttpl view if template name is too long.

This commit is contained in:
chenfeiCF
2016-04-26 10:18:26 +08:00
parent bf2a617c90
commit 23773b99c8
+4
View File
@@ -1,3 +1,7 @@
<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>";