commented out firefox polyfill ad well as xmodule css editor changes

This commit is contained in:
marco
2013-05-15 16:07:45 -04:00
parent ba11d37ba9
commit 12dae84a07
6 changed files with 30 additions and 9 deletions

View File

@@ -8,10 +8,12 @@
% if 'source_code' in json_metadata_data:
<% del json_metadata_data['source_code'] %>
% endif
<div class="wrapper-comp-settings metadata_edit" id="settings-tab" data-metadata='${json.dumps(json_metadata_data)}'/>
<div class="wrapper-comp-settings metadata_edit" id="settings-tab" data-metadata='${json.dumps(json_metadata_data)}'>
% if showHighLevelSource:
<a href="#hls-modal-${hlskey}" style="color:yellow;" id="hls-trig-${hlskey}" >Edit High Level Source</a>
<div class="launch-latex-compiler">
<label class="label setting-label">Latex Compiler Mode</label>
<a href="#hls-modal-${hlskey}" id="hls-trig-${hlskey}" >Launch Latex Source Compiler</a></div>
<%include file="source-edit.html" />
% endif
</div>