Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1464

Přidáno uživatelem David Raška před asi 12 roky(ů)

Opravy:
- Oprava presmerovani pri mazani linky
- Opravena rychlost formularu v Google Chrome

Zobrazit rozdíly:

freenetis/branches/network/media/css/jquery-ui.css
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(../images/jquery.ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
/* Commented by David Raška at 13.7.2012 bue to speed issue in Google Chrome
.ui-widget :active { outline: none; }
*/
/* Interaction Cues
----------------------------------*/
freenetis/branches/network/application/controllers/links.php
if (count($link->ifaces))
{
status::warning('At least one interface or port still uses this link.');
url::redirect(Path::instance()->previous()->current());
url::redirect(Path::instance()->previous());
}
// successfully deleted
......
status::success('Link has been successfully deleted.');
}
url::redirect(Path::instance()->previous()->current());
url::redirect(Path::instance()->previous());
}
/**

Také k dispozici: Unified diff