Commit 9432d9ccc5472e4551808d0e531c7c6dfa1a0dc6

  • avatar
  • Marek
  • Mon Jan 25 10:16:43 CET 2010
Naprawienie błędów:
- problem w dodawaniu ogłoszeń
- problem w dodawaniu członków teamu
- literówka w languages/pl/landfill.php
- dodane standardowe ikonki Dodaj/Edytuj/Usuń
Binary files differ
Binary files differ
Binary files differ
  
12991299-- Zrzut danych tabeli `notatnik`
13001300--
13011301
1302-- --------------------------------------------------------
13021303
1304--
1305-- Struktura tabeli dla `ogloszenia`
1306--
1307
1308CREATE TABLE `ogloszenia` (
1309 `id` int(5) NOT NULL auto_increment,
1310 `autor` varchar(25) collate utf8_polish_ci NOT NULL,
1311 `tytul` varchar(25) collate utf8_polish_ci NOT NULL,
1312 `tresc` varchar(255) collate utf8_polish_ci NOT NULL,
1313 UNIQUE KEY `id` (`id`)
1314) ENGINE=MyISAM AUTO_INCREMENT=1;
1315
13031316-- --------------------------------------------------------
13041317
13051318--
19001900 `function` text NOT NULL,
19011901 `avatar` varchar(70) NOT NULL default '',
19021902 `contact` varchar(70) NOT NULL default '',
1903 `type` enum('gfx','php','head','generic help') COLLATE utf8_polish_ci NOT NULL,
19031904 KEY `tid` (`tid`)
19041905) TYPE=MyISAM AUTO_INCREMENT=1 ;
19051906
  
4949 }
5050 if ($player -> location == 'Ardulith')
5151 {
52 ddefine('LAND_INFO', 'Opis Pracy w '.$city2);
52 define('LAND_INFO', 'Opis Pracy w '.$city2);
5353 }
5454
5555
  
2828 {/if}
2929
3030 {if $Admin == 1}
31 <a href="team.php?mode=delete&amp;id={$Member.ID}{$AddrSufix}">{if $Graphstyle == "Y"}<img src="" title="{$smarty.const.TEAM_DELETE}" alt="img_{$smarty.const.TEAM_DELETE}" />{else}{$smarty.const.TEAM_DELETE}{/if}</a> <a href="team.php?mode=modify&amp;id={$Member.ID}{$AddrSufix}">{if $Graphstyle == "Y"}<img src="" title="img_{$smarty.const.TEAM_MODIFY}" alt="{$smarty.const.TEAM_MODIFY}" />{else}{$smarty.const.TEAM_MODIFY}{/if}</a>
31 <a href="team.php?mode=delete&amp;id={$Member.ID}{$AddrSufix}">{if $Graphstyle == "Y"}<img src="images/icons/delete.png" title="{$smarty.const.TEAM_DELETE}" alt="img_{$smarty.const.TEAM_DELETE}" />{else}{$smarty.const.TEAM_DELETE}{/if}</a> <a href="team.php?mode=modify&amp;id={$Member.ID}{$AddrSufix}">{if $Graphstyle == "Y"}<img src="images/icons/edit.png" title="img_{$smarty.const.TEAM_MODIFY}" alt="{$smarty.const.TEAM_MODIFY}" />{else}{$smarty.const.TEAM_MODIFY}{/if}</a>
3232 <br />
3333 {/if}
3434 {$smarty.const.TEAM_NAME}: <b>{$Member.Name}</b><br />