diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-09-23 11:16:22 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-09-23 11:16:22 +0200 |
commit | 097f1d44ce8da48ca61dac8d2fa2363fe48c1e6b (patch) | |
tree | 9c78f8488d8abf95cc6375b5798937398627cb75 /templates/cgi/debian-unofficial | |
parent | 2e73ac04b782972c1dbf35b21c4fbb198d6fa0ba (diff) | |
parent | f8c765ea228f87733d86875eabaff0b7de780d74 (diff) | |
download | live-build-097f1d44ce8da48ca61dac8d2fa2363fe48c1e6b.zip live-build-097f1d44ce8da48ca61dac8d2fa2363fe48c1e6b.tar.gz |
Merge branch 'debian-old-2.0' into burg
Diffstat (limited to 'templates/cgi/debian-unofficial')
-rw-r--r-- | templates/cgi/debian-unofficial/footer.html | 2 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/templates/cgi/debian-unofficial/footer.html b/templates/cgi/debian-unofficial/footer.html index 6e2648a..6c2ce27 100644 --- a/templates/cgi/debian-unofficial/footer.html +++ b/templates/cgi/debian-unofficial/footer.html @@ -1,6 +1,6 @@ <div id="footer"> <br /> - <h2 id="subtitle">Debian Live Project <a href="mailto:debian-live@lists.debian.org"><debian-live@lists.debian.org></a> — <a href="http://live.debian.net/legal.html">Legal information</a></h2> + <h2 id="subtitle">Debian Live Project <a href="mailto:debian-live@lists.debian.org"><debian-live@lists.debian.org></a> — <a href="http://live.debian.net/devel/live-build">live-build</a>, version VERSION — <a href="http://live.debian.net/legal.html">Legal information</a></h2> <br /> </div> diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html index 44982ca..1cc8a2b 100644 --- a/templates/cgi/debian-unofficial/form.html +++ b/templates/cgi/debian-unofficial/form.html @@ -64,10 +64,6 @@ <option value="rescue">rescue</option> <option selected value="standard">standard</option> <option value="standard-x11">standard-x11</option> - <option value="studio">studio</option> - <option value="studio-gnome">studio-gnome</option> - <option value="studio-kde">studio-kde</option> - <option value="studio-xfce">studio-xfce</option> <option value="xfce">xfce</option> <option value="xfce-junior">xfce-junior</option> </select> @@ -351,6 +347,5 @@ <input type="submit" value="Submit" /> -Version: VERSION </form> |