Removed old unnecessary html code.
This commit is contained in:
parent
2805bb061e
commit
241a57b282
|
@ -18,61 +18,6 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-4">
|
||||
<h5>Lights, Camera, Action!</h5>
|
||||
|
||||
<p>
|
||||
Throughout the application, you'll find many of these action buttons, which you can use to interact with various objects or pages. Each action will have some accompanying text that describes the results of the action, and anything else you might need to be aware of.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Sometimes you'll need special permission to perform an action, so if you don't have permission to do so, the action button will appear grayed out, like one of the actions on the right is.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<div class="card-columns">
|
||||
<div class="card" style="width: 18rem;">
|
||||
<div class="card-body">
|
||||
<a class="btn btn-primary" href="#">
|
||||
Do Action
|
||||
</a>
|
||||
<p class="card-text">
|
||||
This text will tell you a little bit about what this action does, so that you think twice before you do some irreparable harm.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card" style="width: 18rem;">
|
||||
<div class="card-body">
|
||||
<a class="btn btn-primary" href="#">
|
||||
Another Action
|
||||
</a>
|
||||
<p class="card-text">
|
||||
Once again, please read these instructions before pressing that button, no matter how appealing it looks.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card" style="width: 18rem;">
|
||||
<div class="card-body">
|
||||
<a class="btn btn-primary disabled" href="#">
|
||||
Do Action
|
||||
</a>
|
||||
<p class="card-text">
|
||||
As you can see, the action button above is <em>disabled</em>, meaning that one of two things happened:
|
||||
</p>
|
||||
<ol>
|
||||
<li>You don't have permission to perform the action.</li>
|
||||
<li>This action is still a work-in-progress.</li>
|
||||
</ol>
|
||||
<p>
|
||||
If you believe this to be an error, please contact the site administrator and make sure to mention your username and which action you need to perform.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue