Add placeholder text to new_channel_textbox.
This commit is contained in:
		
							parent
							
								
									c37cd60d4d
								
							
						
					
					
						commit
						8dd7fb987d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -53,7 +53,7 @@ | ||||||
|     <span><button class="refresh_button button_with_spinner" onclick="refresh_all_channels_form(false)">Refresh new videos</button></span> |     <span><button class="refresh_button button_with_spinner" onclick="refresh_all_channels_form(false)">Refresh new videos</button></span> | ||||||
|     <span><button class="refresh_button button_with_spinner" onclick="refresh_all_channels_form(true)">Refresh everything</button></span> |     <span><button class="refresh_button button_with_spinner" onclick="refresh_all_channels_form(true)">Refresh everything</button></span> | ||||||
|     <div> |     <div> | ||||||
|         <input type="text" id="new_channel_textbox"> |         <input type="text" id="new_channel_textbox" placeholder="Channel id"> | ||||||
|         <button id="new_channel_button" class="button_with_spinner" onclick="add_channel_form()">Add new channel</button> |         <button id="new_channel_button" class="button_with_spinner" onclick="add_channel_form()">Add new channel</button> | ||||||
|     </div> |     </div> | ||||||
|     {% for channel in channels %} |     {% for channel in channels %} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue