Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1501

Přidáno uživatelem David Raška před více než 12 roky(ů)

Opravy:
- Pridavani IP adres k zarizeni
- Odstraneni debug vypisu u emailu

Upravy:
- Pridana ochrana proti smazani defaultniho VLANu
- Pridana ikona pro rozhrani Virtual AP

Zobrazit rozdíly:

freenetis/branches/network/application/helpers/callback.php
));
break;
case Iface_Model::TYPE_VLAN_AP:
echo html::image(array
(
'src' => 'media/images/icons/ifaces/vlan_ap.png',
'title' => __('Virtual AP')
));
break;
case Iface_Model::TYPE_INTERNAL:
echo html::image(array
(
freenetis/branches/network/application/controllers/email_queues.php
$sql_offset, (int)$limit_results, $order_by, $order_by_direction,
$filter_form->as_sql()
);
$sql = $filter_form->as_sql();
if (!empty($sql)) {
echo $email_queue_model->get_last_sql_query();
//die;
}
// headline
$headline = __('List of all sent e-mails');
freenetis/branches/network/application/controllers/ip_addresses.php
);
}
url::redirect($link_back_url);
$this->redirect($link_back_url);
}
$view = new View('main');
freenetis/branches/network/application/controllers/devices.php
$actions->add_action('id')
->icon_action('delete')
->url('ip_addresses/delete')
->class('delete_link popup_link');
->class('delete_link');
}
$grids['ip_addresses']->datasource($ips);
freenetis/branches/network/application/libraries/Forge.php
$action = url_lang::base() . $action;
}
if (isset($_GET[Path::QSNAME]))
if (!isset($_GET[Path::QSNAME]))
{
$parts_action = explode('?', $action);
$action = $parts_action[0] . '?';
freenetis/branches/network/application/libraries/MY_Controller.php
if ($this->noredirect)
{
echo json_encode(array
die(json_encode(array
(
'url' => $url,
'id' => $id
));
)));
}
else
url::redirect($url);

Také k dispozici: Unified diff