Update of /cvsroot/php-blog/serendipity/include/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21766/include/admin
Modified Files:
category.inc.php comments.inc.php export.inc.php
plugins.inc.php users.inc.php
Log Message:
- Add "serendipityPrettyButton" CSS class, which will make a very pretty button, soon to be tweaked -- don't worry :)
Index: export.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/export.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- export.inc.php 19 Nov 2004 11:05:32 -0000 1.2
+++ export.inc.php 21 Jan 2005 20:55:53 -0000 1.3
@@ -6,7 +6,7 @@
?>
<div>
- <input type="submit" name="serendipity[export]" value="<?php echo EXPORT_FEED; ?>" onclick="location.href='<?php echo $serendipity['baseURL'] ?>rss.php?version=2.0&all=1'" />
+ <input type="submit" name="serendipity[export]" value="<?php echo EXPORT_FEED; ?>" onclick="location.href='<?php echo $serendipity['baseURL'] ?>rss.php?version=2.0&all=1'" class="serendipityPrettyButton" />
</div>
<?php
/* vim: set sts=4 ts=4 expandtab : */
Index: users.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/users.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- users.inc.php 10 Dec 2004 16:56:06 -0000 1.8
+++ users.inc.php 21 Jan 2005 20:55:53 -0000 1.9
@@ -121,7 +121,7 @@
<tr>
<td colspan="3" align="right">
<form action="?serendipity[adminModule]=users" method="post">
- <input type="submit" name="NEW" value="<?php echo CREATE_NEW_USER; ?>" />
+ <input type="submit" name="NEW" value="<?php echo CREATE_NEW_USER; ?>" class="serendipityPrettyButton" />
</form>
</td>
</tr>
@@ -165,9 +165,9 @@
serendipity_printConfigTemplate($config, $from, true, false);
if ($serendipity['GET']['adminAction'] == 'edit') { ?>
- <input type="submit" name="SAVE_EDIT" value="<?php echo SAVE; ?>" />
+ <input type="submit" name="SAVE_EDIT" value="<?php echo SAVE; ?>" class="serendipityPrettyButton" />
<?php } else { ?>
- <input type="submit" name="SAVE_NEW" value="<?php echo CREATE_NEW_USER; ?>" />
+ <input type="submit" name="SAVE_NEW" value="<?php echo CREATE_NEW_USER; ?>" class="serendipityPrettyButton" />
<?php } ?>
</div>
Index: comments.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/comments.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- comments.inc.php 26 Dec 2004 22:53:30 -0000 1.18
+++ comments.inc.php 21 Jan 2005 20:55:53 -0000 1.19
@@ -226,7 +226,7 @@
</select></td>
</tr>
<tr>
- <td colspan="6" align="right"><input type="submit" name="submit" value=" - <?php echo GO ?> - " /></td>
+ <td colspan="6" align="right"><input type="submit" name="submit" value=" - <?php echo GO ?> - " class="serendipityPrettyButton" /></td>
</tr>
</table>
</form>
@@ -346,7 +346,7 @@
</tr>
<?php } ?>
<tr>
- <td><input type="button" name="toggle" value="<?php echo INVERT_SELECTIONS ?>" onclick="invertSelection()" /> <input type="submit" name="toggle" value="<?php echo DELETE_SELECTED_COMMENTS ?>" onclick="return confirm('<?php echo COMMENTS_DELETE_CONFIRM ?>')" tabindex="<?php echo ($i+1) ?>" /></td>
+ <td><input type="button" name="toggle" value="<?php echo INVERT_SELECTIONS ?>" onclick="invertSelection()" class="serendipityPrettyButton" /> <input type="submit" name="toggle" value="<?php echo DELETE_SELECTED_COMMENTS ?>" onclick="return confirm('<?php echo COMMENTS_DELETE_CONFIRM ?>')" tabindex="<?php echo ($i+1) ?>" class="serendipityPrettyButton" /></td>
</tr>
</table>
</form>
Index: plugins.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/plugins.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- plugins.inc.php 11 Jan 2005 12:18:40 -0000 1.13
+++ plugins.inc.php 21 Jan 2005 20:55:53 -0000 1.14
@@ -137,8 +137,8 @@
</table>
<br />
<div>
- <input type="submit" name="REMOVE" title="<?php echo REMOVE_TICKED_PLUGINS; ?>" value="<?php echo DELETE; ?>" />
- <input type="submit" name="SAVE" title="<?php echo SAVE_CHANGES_TO_LAYOUT; ?>" value="<?php echo SAVE; ?>" />
+ <input type="submit" name="REMOVE" title="<?php echo REMOVE_TICKED_PLUGINS; ?>" value="<?php echo DELETE; ?>" class="serendipityPrettyButton" />
+ <input type="submit" name="SAVE" title="<?php echo SAVE_CHANGES_TO_LAYOUT; ?>" value="<?php echo SAVE; ?>" class="serendipityPrettyButton" />
</div>
</form>
<?php
Index: category.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/category.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- category.inc.php 17 Jan 2005 13:55:54 -0000 1.9
+++ category.inc.php 21 Jan 2005 20:55:53 -0000 1.10
@@ -129,7 +129,7 @@
}
?>
</select>
- <input type="submit" name="REMOVE" value="<?php echo GO ?>">
+ <input type="submit" name="REMOVE" value="<?php echo GO ?>" class="serendipityPrettyButton">
</form>
<?php
}
@@ -194,7 +194,7 @@
</td>
</tr>
</table>
- <div><input type="submit" name="SAVE" value="<?php echo $save; ?>"/></div>
+ <div><input type="submit" name="SAVE" value="<?php echo $save; ?>" class="serendipityPrettyButton" /></div>
</form>
<?php } ?>
@@ -229,7 +229,7 @@
<?php }
} ?>
<tr>
- <td colspan="6" align="right"><input type="button" value="<?php echo CREATE_NEW_CAT ?>" onclick="location.href='?serendipity[adminModule]=category&serendipity[adminAction]=new'"></td>
+ <td colspan="6" align="right"><input type="button" value="<?php echo CREATE_NEW_CAT ?>" onclick="location.href='?serendipity[adminModule]=category&serendipity[adminAction]=new'" class="serendipityPrettyButton"></td>
</tr>
</table>
<?php } ?>
|