From: Joey Hess <joeyh@joeyh.name> Date: Thu, 15 Feb 2018 16:57:13 +0000 (-0400) Subject: remove template that does not belong here X-Git-Tag: 3.20180228~11 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/1a9c54454ee09e25ac26ccccea6bc59b63d522d2 remove template that does not belong here Finnish translation of another template, this is not the place to put it. The ikiwiki-l10n can iirc manage such translations. --- diff --git a/doc/templates/tiimi.mdwn b/doc/templates/tiimi.mdwn deleted file mode 100644 index e9b65e813..000000000 --- a/doc/templates/tiimi.mdwn +++ /dev/null @@ -1,20 +0,0 @@ -[[!templatebody <<ENDBODY - -<table border="1"> -<tr><th colspan="4"><TMPL_VAR nimi></th></tr> - -<TMPL_IF status> -<tr><td>Status:</td><td colspan="3"></td></td> -</TMPL_IF> -<TMPL_IF erityistä> -<tr><td>Erityistä:</td><td colspan="3"></td></td> -</TMPL_IF> - -<tr><td>Sidosryhmät / asiakkaat</td><td>Aiheet</td><td>Vastuuhenkilöt</td><td>Jäsenet</td></tr> -<tr><td><TMPL_VAR asiakkaat</td><td><TMPL_VAR aiheet></td><td><TMPL_VAR vastuuhenkilöt></td><td><TMPL_VAR jäsenet></td></tr> -</table> - -ENDBODY]] - -Pakolliset parametrit: nimi, asiakkaat, aiheet, vastuuhenkilöt, jäsenet -Valinnaiset parametrit: status, erityistä