Update providers.php
This commit is contained in:
parent
7f8bd715fe
commit
f6a7939857
|
|
@ -86,42 +86,6 @@
|
|||
</div>
|
||||
<div style='clear: both;'><hr /></div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-4" style='padding-top: 0px;'>
|
||||
<br /><br /><br />
|
||||
<a href='http://tiny.cc/voicetel' target='_blank'>
|
||||
<img src="/app/providers/resources/images/logo_voicetel.png" style="max-width: 159px;" class="center-block img-responsive"><br>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-sm-8" style='padding-top: 0px;'>
|
||||
<?php
|
||||
echo "<h2>VoiceTel</h2>\n";
|
||||
echo "<br />\n";
|
||||
echo "<strong>".$text['label-region']."</strong><br />\n";
|
||||
echo $text['label-region_voicetel']."\n";
|
||||
echo "<br /><br />\n";
|
||||
echo "<strong>".$text['label-about']."</strong><br />\n";
|
||||
echo $text['label-about_voicetel']."\n";
|
||||
echo "<br /><br />\n";
|
||||
echo "<strong>".$text['label-features']."</strong><br />\n";
|
||||
echo $text['label-features_voicetel']."\n";
|
||||
echo "<br /><br />\n";
|
||||
echo "<a href='http://tiny.cc/voicetel' target='_blank'><button type=\"button\" class=\"btn btn-success\">".$text['button-website']."</button></a>\n";
|
||||
echo "<a href='http://tiny.cc/voicetel' target='_blank'><button type=\"button\" class=\"btn btn-success\">".$text['button-signup']."</button></a>\n";
|
||||
if (!$voicetel_installed) {
|
||||
echo "<button type=\"button\" onclick=\"window.location='provider_setup.php?provider=voicetel'\" class=\"btn btn-primary\">".$text['button-setup']."</button>\n";
|
||||
}
|
||||
else {
|
||||
echo "<button type=\"button\" onclick=\"window.location='provider_delete.php?provider=voicetel'\" class=\"btn btn-danger\">".$text['button-remove']."</button>\n";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div style='clear: both;'><br/><br/><hr /><br/></div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-4" style='padding-top: 0px;'>
|
||||
<br /><br />
|
||||
|
|
@ -155,6 +119,41 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div style='clear: both;'><br/><br/><hr /><br/></div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-4" style='padding-top: 0px;'>
|
||||
<br /><br /><br />
|
||||
<a href='http://tiny.cc/voicetel' target='_blank'>
|
||||
<img src="/app/providers/resources/images/logo_voicetel.png" style="max-width: 159px;" class="center-block img-responsive"><br>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-sm-8" style='padding-top: 0px;'>
|
||||
<?php
|
||||
echo "<h2>VoiceTel</h2>\n";
|
||||
echo "<br />\n";
|
||||
echo "<strong>".$text['label-region']."</strong><br />\n";
|
||||
echo $text['label-region_voicetel']."\n";
|
||||
echo "<br /><br />\n";
|
||||
echo "<strong>".$text['label-about']."</strong><br />\n";
|
||||
echo $text['label-about_voicetel']."\n";
|
||||
echo "<br /><br />\n";
|
||||
echo "<strong>".$text['label-features']."</strong><br />\n";
|
||||
echo $text['label-features_voicetel']."\n";
|
||||
echo "<br /><br />\n";
|
||||
echo "<a href='http://tiny.cc/voicetel' target='_blank'><button type=\"button\" class=\"btn btn-success\">".$text['button-website']."</button></a>\n";
|
||||
echo "<a href='http://tiny.cc/voicetel' target='_blank'><button type=\"button\" class=\"btn btn-success\">".$text['button-signup']."</button></a>\n";
|
||||
if (!$voicetel_installed) {
|
||||
echo "<button type=\"button\" onclick=\"window.location='provider_setup.php?provider=voicetel'\" class=\"btn btn-primary\">".$text['button-setup']."</button>\n";
|
||||
}
|
||||
else {
|
||||
echo "<button type=\"button\" onclick=\"window.location='provider_delete.php?provider=voicetel'\" class=\"btn btn-danger\">".$text['button-remove']."</button>\n";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div style='clear: both;'><br><br></div>
|
||||
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Reference in New Issue