]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
more hellip on modals
authorMark Otto <markdotto@gmail.com>
Wed, 17 Oct 2012 03:28:07 +0000 (20:28 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 17 Oct 2012 03:28:07 +0000 (20:28 -0700)
docs/javascript.html
docs/templates/pages/javascript.mustache

index f41687a90d14cb00316580f92eb39505399aa7bb..31c999c1fb2f7947a9f0b3fbc6fcca4cba6a1efb 100644 (file)
@@ -187,7 +187,7 @@ $('#myModal').on('show', function (e) {
                 <h3>Modal header</h3>
               </div>
               <div class="modal-body">
-                <p>One fine body</p>
+                <p>One fine body&hellip;</p>
               </div>
               <div class="modal-footer">
                 <a href="#" class="btn">Close</a>
@@ -202,7 +202,7 @@ $('#myModal').on('show', function (e) {
     &lt;h3&gt;Modal header&lt;/h3&gt;
   &lt;/div&gt;
   &lt;div class="modal-body"&gt;
-    &lt;p&gt;One fine body&lt;/p&gt;
+    &lt;p&gt;One fine body&hellip;&lt;/p&gt;
   &lt;/div&gt;
   &lt;div class="modal-footer"&gt;
     &lt;a href="#" class="btn"&gt;Close&lt;/a&gt;
index 849469f668d1897d21b670305a5f66e540f619c2..fbd94e4e27972ef3eb24fb9b2477682cb09194bf 100644 (file)
@@ -117,7 +117,7 @@ $('#myModal').on('show', function (e) {
                 <h3>{{_i}}Modal header{{/i}}</h3>
               </div>
               <div class="modal-body">
-                <p>{{_i}}One fine body{{/i}}</p>
+                <p>{{_i}}One fine body&hellip;{{/i}}</p>
               </div>
               <div class="modal-footer">
                 <a href="#" class="btn">{{_i}}Close{{/i}}</a>
@@ -132,7 +132,7 @@ $('#myModal').on('show', function (e) {
     &lt;h3&gt;{{_i}}Modal header{{/i}}&lt;/h3&gt;
   &lt;/div&gt;
   &lt;div class="modal-body"&gt;
-    &lt;p&gt;{{_i}}One fine body{{/i}}&lt;/p&gt;
+    &lt;p&gt;{{_i}}One fine body&hellip;{{/i}}&lt;/p&gt;
   &lt;/div&gt;
   &lt;div class="modal-footer"&gt;
     &lt;a href="#" class="btn"&gt;{{_i}}Close{{/i}}&lt;/a&gt;