Changeset 839 for trunk/admin/index.php


Ignore:
Timestamp:
Jan 9, 2016, 11:53:58 PM (8 years ago)
Author:
chronos
Message:
  • Modified: New news item can be added directly from news list. No need to have link from admin section.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/index.php

    r827 r839  
    1919  '<a href="'.$System->Link('/log.php').'">Záznamy událostí</a><br/>'.
    2020  '<small>Procházení všech systémových záznamů akcí a událostí</small><br/><br/>'.
    21   '<a href="'.$System->Link('/news/?a=add').'">Přidání aktuality</a><br/>'.
    22   '<small>Přidá aktualitu na hlavní stranu projektu</small><br/><br/>'.
    2321  '<a href="'.$System->Link('/admin/?action=testing').'">Testování</a><br/>'.
    2422  '<small>Testovací funkce</small><br/><br/>'.
     
    126124}
    127125
    128 function StripText($Text) {
     126function StripText($Text)
     127{
    129128  $Text = strtolower($Text);
    130129  $Text = str_replace(' ', '', $Text);
     
    134133function MergeSameText()
    135134{
    136   global $System,$TranslationTree;
     135  global $System, $TranslationTree;
     136
    137137  $Output = '';
    138138  foreach($TranslationTree as $Group)
Note: See TracChangeset for help on using the changeset viewer.