PluginProbe
M Chart / 1.10
M Chart v1.10
2.3.2 2.3.1 2.3 2.2.2 2.2.1 2.2 trunk 1.0 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.10 1.10.1 1.11 1.11.1 1.11.2 1.12 1.2 1.2.1 1.3 1.3.1 1.3.2 All 53 releases
m-chart / components / templates / handlebars.php

handlebars.php in M Chart 1.10, at components/templates/handlebars.php

8 lines 786 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <script type="text/x-handlebars-template" id="m-chart-sheet-div">
2 <div id="hands-on-table-sheet-{{post_id}}-{{instance}}" class="hands-on-table-sheet"></div>
3 </script>
4 <script type="text/x-handlebars-template" id="m-chart-sheet-tab">
5 <a href="#hands-on-table-sheet-{{post_id}}-{{instance}}" id="hands-on-table-sheet-tab-{{post_id}}-{{instance}}" class="{{class}}" title="<?php esc_attr_e( 'Double click or long press tab to edit name', 'm-chart' ); ?>" data-instance="{{instance}}">
6 <span class="dashicons dashicons-dismiss"></span><input class="hands-on-table-sheet-tab-input" id="hands-on-table-sheet-tab-input-{{post_id}}-{{instance}}" type="text" value="{{value}}" name="<?php echo $this->get_field_name( '{{instance}}', 'set_names' ); ?>" disabled="disabled" />
7 </a>
8 </script>