install buttons wide
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<footer class="modal-footer">
|
||||
<button class="btn btn-warning" type="button" id="re-check">{$langs['labels']['Re-check']}</button>
|
||||
<button class="btn btn-warning btn-s-wide" type="button" id="re-check">{$langs['labels']['Re-check']}</button>
|
||||
</footer>
|
||||
<script>
|
||||
{literal}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
</div>
|
||||
<footer class="modal-footer">
|
||||
<button class="btn btn-primary" type="button" id="start">{$langs['labels']['Start']}</button>
|
||||
<button class="btn btn-primary btn-s-wide" type="button" id="start">{$langs['labels']['Start']}</button>
|
||||
</footer>
|
||||
</form>
|
||||
<script>
|
||||
|
||||
@@ -96,9 +96,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<footer class="modal-footer">
|
||||
<button class="btn btn-default pull-left" type="button" id="back">{$langs['labels']['Back']}</button>
|
||||
<button class="btn btn-warning" type="button" id="re-check">{$langs['labels']['Re-check']}</button>
|
||||
<button class="btn btn-primary" type="button" id="next">{$langs['labels']['Install']}</button>
|
||||
<button class="btn btn-default btn-s-wide pull-left" type="button" id="back">{$langs['labels']['Back']}</button>
|
||||
<button class="btn btn-warning btn-s-wide" type="button" id="re-check">{$langs['labels']['Re-check']}</button>
|
||||
<button class="btn btn-primary btn-s-wide" type="button" id="next">{$langs['labels']['Install']}</button>
|
||||
</footer>
|
||||
<script>
|
||||
{literal}
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
|
||||
</div>
|
||||
<footer class="modal-footer">
|
||||
<button class="btn btn-default pull-left" type="button" id="back">{$langs['labels']['Back']}</button>
|
||||
<button class="btn btn-primary" type="button" id="next">{$langs['labels']['Next']}</button>
|
||||
<button class="btn btn-default btn-s-wide pull-left" type="button" id="back">{$langs['labels']['Back']}</button>
|
||||
<button class="btn btn-primary btn-s-wide" type="button" id="next">{$langs['labels']['Next']}</button>
|
||||
</footer>
|
||||
<script>
|
||||
{literal}
|
||||
|
||||
@@ -63,8 +63,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<footer class="modal-footer">
|
||||
<button class="btn btn-default pull-left" type="button" id="back">{$langs['labels']['Back']}</button>
|
||||
<button class="btn btn-primary" type="button" id="next">{$langs['labels']['Next']}</button>
|
||||
<button class="btn btn-default btn-s-wide pull-left" type="button" id="back">{$langs['labels']['Back']}</button>
|
||||
<button class="btn btn-primary btn-s-wide" type="button" id="next">{$langs['labels']['Next']}</button>
|
||||
</footer>
|
||||
<script>
|
||||
{literal}
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<footer class="modal-footer">
|
||||
<button class="btn btn-primary" type="button" id="next">{$langs['labels']['Next']}</button>
|
||||
<button class="btn btn-primary btn-s-wide" type="button" id="next">{$langs['labels']['Next']}</button>
|
||||
</footer>
|
||||
<script>
|
||||
{literal}
|
||||
|
||||
@@ -141,8 +141,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<footer class="modal-footer">
|
||||
<button class="btn btn-default pull-left" type="button" id="back">{$langs['labels']['Back']}</button>
|
||||
<button class="btn btn-primary" type="button" id="next">{$langs['labels']['Next']}</button>
|
||||
<button class="btn btn-default btn-s-wide pull-left" type="button" id="back">{$langs['labels']['Back']}</button>
|
||||
<button class="btn btn-primary btn-s-wide" type="button" id="next">{$langs['labels']['Next']}</button>
|
||||
</footer>
|
||||
<script>
|
||||
{literal}
|
||||
|
||||
@@ -113,8 +113,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<footer class="modal-footer">
|
||||
<button class="btn btn-default pull-left" type="button" id="back">{$langs['labels']['Back']}</button>
|
||||
<button class="btn btn-primary" type="button" id="next">{$langs['labels']['Next']}</button>
|
||||
<button class="btn btn-default btn-s-wide pull-left" type="button" id="back">{$langs['labels']['Back']}</button>
|
||||
<button class="btn btn-primary btn-s-wide" type="button" id="next">{$langs['labels']['Next']}</button>
|
||||
</footer>
|
||||
<script>
|
||||
{literal}
|
||||
|
||||
Reference in New Issue
Block a user