mirror of
https://github.com/taroved/pol
synced 2025-05-18 15:20:09 -07:00
picking in progress
This commit is contained in:
parent
853cf4db17
commit
665cdc5d76
@ -1,2 +1,4 @@
|
||||
$("a[rel~=popover], .has-popover").popover();
|
||||
$("a[rel~=tooltip], .has-tooltip").tooltip();
|
||||
$(document).ready(function(){
|
||||
$("a[rel~=popover], .has-popover").popover();
|
||||
$("a[rel~=tooltip], .has-tooltip").tooltip();
|
||||
});
|
||||
|
@ -5,11 +5,10 @@
|
||||
<h1>Feed setup</h1>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="btn-group" style="display: none">
|
||||
<button class="btn btn-large btn-primary disabled">Title</button>
|
||||
<button class="btn btn-large btn-info disabled">Description</button>
|
||||
</div>
|
||||
<div class="container" id="setup-tool-string">
|
||||
I will create feed with
|
||||
<button id="st-title" class="btn btn-large btn-primary disabled has-tooltip" title="Click on the button and move cursor to the below document and pick item you interested in.">Title</button> and
|
||||
<button class="btn btn-large btn-info disabled">Description</button>.
|
||||
</div>
|
||||
|
||||
<iframe src="{{ external_page_url }}" frameborder="0" style="width:100%;/*for footer*/">
|
||||
|
Loading…
x
Reference in New Issue
Block a user