Sync with the current version.
This commit is contained in:
@@ -167,7 +167,7 @@ class AlbumPhotos {
|
||||
echo "<script language=\"JavaScript1.1\">
|
||||
<!--
|
||||
var min_year = 2000; // defines lowest year in year menu
|
||||
var max_year = 2010; // defines highest year in the year menu
|
||||
var max_year = 2035 // defines highest year in the year menu
|
||||
|
||||
// make this false to prevent the weekday element from being displayed
|
||||
var weekday_showing = false;
|
||||
@@ -292,7 +292,7 @@ class AlbumPhotos {
|
||||
echo"</select>\n";
|
||||
|
||||
echo "<select name=year onChange='changeDays(0,this.form)' size=1>\n";
|
||||
for ($i = 2000; $i < 2011; $i++)
|
||||
for ($i = 2000; $i < 2035; $i++)
|
||||
if ($this->nAnnee == $i)
|
||||
echo "<option value = $i selected> $i";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user