mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Update eurl.php
This commit is contained in:
parent
db59f2f966
commit
a1542448d2
@ -275,7 +275,7 @@ class eurl_admin_ui extends e_admin_controller_ui
|
||||
));
|
||||
|
||||
$text .= "<tr class='active'><td><h4>" . $plg->getName() . "</h4></td><td colspan='2'>" . $switch . "</td></tr>";
|
||||
$text .= "<tr><th>Key</th><th>Regular Expression</th>
|
||||
$text .= "<tr><th>".LAN_EURL_KEY."</th><th>".LAN_EURL_REGULAR_EXPRESSION."</th>
|
||||
|
||||
|
||||
<th>".LAN_URL."</th>
|
||||
@ -647,7 +647,7 @@ class eurl_admin_form_ui extends e_admin_form_ui
|
||||
$text .= '</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<a href="#" data-dismiss="modal" class="btn btn-primary">Close</a>
|
||||
<a href="#" data-dismiss="modal" class="btn btn-primary">'.LAN_CLOSE.'</a>
|
||||
</div>
|
||||
</div>';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user