mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
RenRemove the v_ from the links in xmpp
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
$apps[$x]['menu'][0]['uuid'] = '1808365b-0f7c-7555-89d0-31b3d9a75abb';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = 'bc96d773-ee57-0cdd-c3ac-2d91aba61b55';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/xmpp/v_xmpp.php';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/xmpp/xmpp.php';
|
||||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
|
||||
//permission details
|
||||
|
||||
@@ -37,7 +37,7 @@ function hide_advanced_config() {
|
||||
</td> <td width='50%' align='right'>
|
||||
<input type='submit' name='submit' class='btn' value='Save'>
|
||||
<!-- <input type='button' class='btn' name='' alt='copy' onclick="if (confirm('Do you really want to copy this?')){window.location='v_gateways_copy.php?id=1';}" value='Copy'> -->
|
||||
<input type='button' class='btn' name='' alt='back' onclick="window.location='v_xmpp.php'" value='Back'>
|
||||
<input type='button' class='btn' name='' alt='back' onclick="window.location='xmpp.php'" value='Back'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<th>Description</th>
|
||||
<td align='right' width='42'>
|
||||
<?php if (permission_exists('xmpp_add')) { ?>
|
||||
<a href='v_profile_edit.php' alt='add'><?php echo $v_link_label_add; ?></a>
|
||||
<a href='xmpp_profile_edit.php' alt='add'><?php echo $v_link_label_add; ?></a>
|
||||
<?php } ?>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -38,10 +38,10 @@ foreach($profiles_array as $profile){
|
||||
<td class='<?php echo $row_style[$c]; ?>'><?php echo $profile['description']; ?> </td>
|
||||
<td align='right' width='42'>
|
||||
<?php if (permission_exists('xmpp_edit')) { ?>
|
||||
<a href='v_profile_edit.php?id=<?php echo $profile['xmpp_profile_uuid']; ?>' alt='edit'><?php echo $v_link_label_edit; ?></a>
|
||||
<a href='xmpp_profile_edit.php?id=<?php echo $profile['xmpp_profile_uuid']; ?>' alt='edit'><?php echo $v_link_label_edit; ?></a>
|
||||
<?php } ?>
|
||||
<?php if (permission_exists('xmpp_delete')) { ?>
|
||||
<a href='v_profile_delete.php?id=<?php echo $profile['xmpp_profile_uuid']; ?>' onclick="return confirm('Do you really want to delete this?')"
|
||||
<a href='xmpp_profile_delete.php?id=<?php echo $profile['xmpp_profile_uuid']; ?>' onclick="return confirm('Do you really want to delete this?')"
|
||||
alt='delete'><?php echo $v_link_label_delete; ?></a>
|
||||
<?php } ?>
|
||||
</td>
|
||||
@@ -53,7 +53,7 @@ if ($c==0) { $c=1; } else { $c=0; }
|
||||
<tr>
|
||||
<td colspan='6' align='right' width='42'>
|
||||
<?php if (permission_exists('xmpp_add')) { ?>
|
||||
<a href='v_profile_edit.php' alt='add'><?php echo $v_link_label_add; ?></a>
|
||||
<a href='xmpp_profile_edit.php' alt='add'><?php echo $v_link_label_add; ?></a>
|
||||
<?php } ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<meta http-equiv="refresh" content="2;url=v_xmpp.php">
|
||||
<meta http-equiv="refresh" content="2;url=xmpp.php">
|
||||
<div align='center'>
|
||||
<?php
|
||||
if ($action == "add") {
|
||||
|
||||
Reference in New Issue
Block a user